Skip to content

Commit

Permalink
python: use /usr/bin/python2 instead of /usr/bin/python
Browse files Browse the repository at this point in the history
  • Loading branch information
andir committed Jun 30, 2017
1 parent 6028715 commit e70516d
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion builder/unix/tools/dependmodules.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
################################################################
#
# Copyright 2013, Big Switch Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion builder/unix/tools/manifesttool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
################################################################
#
# Copyright 2013, Big Switch Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion builder/unix/tools/mmg.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
################################################################
#
# Copyright 2013, Big Switch Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion builder/unix/tools/modtool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
#
# Module Management Tool
Expand Down
2 changes: 1 addition & 1 deletion builder/unix/tools/modulegen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
################################################################
#
# Copyright 2013, Big Switch Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion builder/unix/tools/modulemakes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
################################################################
#
# Copyright 2013, Big Switch Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion builder/unix/tools/wod.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
################################################################
#
# Copyright 2013, Big Switch Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/caimlogen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
## SourceObject ##
#################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cconfigdefgen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
## SourceObject ##
#################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cdefaultsourceformatter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
#################################################################
#
# Copyright 2013, Big Switch Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cenumgen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
## SourceObject ##
#################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cflagsgen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
## SourceObject ##
#################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cfunctiongen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
## SourceObject ##
#################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cloggen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
## SourceObject ##
#################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
#################################################################
#
# Copyright 2013, Big Switch Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cmacrogen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
## SourceObject ##
#################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cobjectgen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
#################################################################
#
# Copyright 2013, Big Switch Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cportingmacrogen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
## SourceObject ##
#################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cstructgen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
## SourceObject ##
#################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/ctypesgen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
## SourceObject ##
#################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cutilgen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
## SourceObject ##
#################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cxenumgen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
## SourceObject ##
#################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/cxmacrogen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
## SourceObject ##
#################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/sg.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
#################################################################
#
# Copyright 2013, Big Switch Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion sourcegen/sourceobjectgen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
#################################################################
#
# Copyright 2013, Big Switch Networks, Inc.
Expand Down
2 changes: 1 addition & 1 deletion tools/asr.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
############################################################
#
# AIM Syslog Reference Tool
Expand Down

0 comments on commit e70516d

Please sign in to comment.