Merge pull request #221 from andir/use-python2

docker/tools: use `/usr/bin/python2` instead of `/usr/bin/python`
This commit is contained in:
Jeffrey Townsend
2017-06-30 09:06:51 -07:00
committed by GitHub
17 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- python -*-
import re

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
import os
import sys

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
import sys
import os
import argparse

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
#
# This script provides the file naming scheme for

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
#
# Flat Image Tree Generator

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
import os
import sys

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
#
# Build an ONL Installer

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
"""mkshar

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
#
# This script expects a yaml file containing the list

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
"""onlplatform.py

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
#
# ONL Package Management

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
#
# ONL Root Filesystem Generator

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
#
# Common utilities for the ONL python tools.

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
#
# Extended YAML Support

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
#
# Simple JSON Generator

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
# <bsn.cl fy=2013 v=none>
#

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
import argparse
import sys