diff --git a/builder/unix/tools/dependmodules.py b/builder/unix/tools/dependmodules.py index d186f44..e78df03 100755 --- a/builder/unix/tools/dependmodules.py +++ b/builder/unix/tools/dependmodules.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ################################################################ # # Copyright 2013, Big Switch Networks, Inc. diff --git a/builder/unix/tools/manifesttool.py b/builder/unix/tools/manifesttool.py index 1ccc39c..e83f047 100755 --- a/builder/unix/tools/manifesttool.py +++ b/builder/unix/tools/manifesttool.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ################################################################ # # Copyright 2013, Big Switch Networks, Inc. diff --git a/builder/unix/tools/mmg.py b/builder/unix/tools/mmg.py index 07f7240..7f1eb8c 100755 --- a/builder/unix/tools/mmg.py +++ b/builder/unix/tools/mmg.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ################################################################ # # Copyright 2013, Big Switch Networks, Inc. diff --git a/builder/unix/tools/modtool.py b/builder/unix/tools/modtool.py index e1b526d..7e55b44 100755 --- a/builder/unix/tools/modtool.py +++ b/builder/unix/tools/modtool.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ############################################################ # # Module Management Tool diff --git a/builder/unix/tools/modulegen.py b/builder/unix/tools/modulegen.py index 0b4c29a..37ed1d8 100644 --- a/builder/unix/tools/modulegen.py +++ b/builder/unix/tools/modulegen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ################################################################ # # Copyright 2013, Big Switch Networks, Inc. diff --git a/builder/unix/tools/modulemakes.py b/builder/unix/tools/modulemakes.py index 67dd086..c65399d 100755 --- a/builder/unix/tools/modulemakes.py +++ b/builder/unix/tools/modulemakes.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ################################################################ # # Copyright 2013, Big Switch Networks, Inc. diff --git a/builder/unix/tools/wod.py b/builder/unix/tools/wod.py index 5974288..9796be6 100755 --- a/builder/unix/tools/wod.py +++ b/builder/unix/tools/wod.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ################################################################ # # Copyright 2013, Big Switch Networks, Inc. diff --git a/sourcegen/caimlogen.py b/sourcegen/caimlogen.py index c433753..7591cde 100755 --- a/sourcegen/caimlogen.py +++ b/sourcegen/caimlogen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## SourceObject ## ################################################################# # diff --git a/sourcegen/cconfigdefgen.py b/sourcegen/cconfigdefgen.py index b8e7066..fd47963 100755 --- a/sourcegen/cconfigdefgen.py +++ b/sourcegen/cconfigdefgen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## SourceObject ## ################################################################# # diff --git a/sourcegen/cdefaultsourceformatter.py b/sourcegen/cdefaultsourceformatter.py index 848c314..9143ce9 100755 --- a/sourcegen/cdefaultsourceformatter.py +++ b/sourcegen/cdefaultsourceformatter.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ################################################################# # # Copyright 2013, Big Switch Networks, Inc. diff --git a/sourcegen/cenumgen.py b/sourcegen/cenumgen.py index f6e5440..5a5f090 100755 --- a/sourcegen/cenumgen.py +++ b/sourcegen/cenumgen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## SourceObject ## ################################################################# # diff --git a/sourcegen/cflagsgen.py b/sourcegen/cflagsgen.py index 39bccb3..462ee57 100755 --- a/sourcegen/cflagsgen.py +++ b/sourcegen/cflagsgen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## SourceObject ## ################################################################# # diff --git a/sourcegen/cfunctiongen.py b/sourcegen/cfunctiongen.py index 97c6134..9077bef 100755 --- a/sourcegen/cfunctiongen.py +++ b/sourcegen/cfunctiongen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## SourceObject ## ################################################################# # diff --git a/sourcegen/cloggen.py b/sourcegen/cloggen.py index 4716643..bb1d71d 100755 --- a/sourcegen/cloggen.py +++ b/sourcegen/cloggen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## SourceObject ## ################################################################# # diff --git a/sourcegen/cm.py b/sourcegen/cm.py index 4a9aa22..c3a889f 100755 --- a/sourcegen/cm.py +++ b/sourcegen/cm.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ################################################################# # # Copyright 2013, Big Switch Networks, Inc. diff --git a/sourcegen/cmacrogen.py b/sourcegen/cmacrogen.py index a49be6e..0753f71 100755 --- a/sourcegen/cmacrogen.py +++ b/sourcegen/cmacrogen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## SourceObject ## ################################################################# # diff --git a/sourcegen/cobjectgen.py b/sourcegen/cobjectgen.py index 439f07a..02cebea 100755 --- a/sourcegen/cobjectgen.py +++ b/sourcegen/cobjectgen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ################################################################# # # Copyright 2013, Big Switch Networks, Inc. diff --git a/sourcegen/cportingmacrogen.py b/sourcegen/cportingmacrogen.py index f54efab..c3cbd1c 100755 --- a/sourcegen/cportingmacrogen.py +++ b/sourcegen/cportingmacrogen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## SourceObject ## ################################################################# # diff --git a/sourcegen/cstructgen.py b/sourcegen/cstructgen.py index f7da3ca..28978a1 100755 --- a/sourcegen/cstructgen.py +++ b/sourcegen/cstructgen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## SourceObject ## ################################################################# # diff --git a/sourcegen/ctypesgen.py b/sourcegen/ctypesgen.py index d875d8f..c4d73c5 100755 --- a/sourcegen/ctypesgen.py +++ b/sourcegen/ctypesgen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## SourceObject ## ################################################################# # diff --git a/sourcegen/cutilgen.py b/sourcegen/cutilgen.py index 9d5b9a5..20b9b1d 100755 --- a/sourcegen/cutilgen.py +++ b/sourcegen/cutilgen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## SourceObject ## ################################################################# # diff --git a/sourcegen/cxenumgen.py b/sourcegen/cxenumgen.py index 64876d9..23b669d 100755 --- a/sourcegen/cxenumgen.py +++ b/sourcegen/cxenumgen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## SourceObject ## ################################################################# # diff --git a/sourcegen/cxmacrogen.py b/sourcegen/cxmacrogen.py index c9e3621..dd23d1e 100755 --- a/sourcegen/cxmacrogen.py +++ b/sourcegen/cxmacrogen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## SourceObject ## ################################################################# # diff --git a/sourcegen/sg.py b/sourcegen/sg.py index 15160d0..61c13e2 100755 --- a/sourcegen/sg.py +++ b/sourcegen/sg.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ################################################################# # # Copyright 2013, Big Switch Networks, Inc. diff --git a/sourcegen/sourceobjectgen.py b/sourcegen/sourceobjectgen.py index 05ee8a9..5dca777 100755 --- a/sourcegen/sourceobjectgen.py +++ b/sourcegen/sourceobjectgen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ################################################################# # # Copyright 2013, Big Switch Networks, Inc. diff --git a/tools/asr.py b/tools/asr.py index 2c73709..9055763 100755 --- a/tools/asr.py +++ b/tools/asr.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ############################################################ # # AIM Syslog Reference Tool