s/python/python2/g

This commit is contained in:
Hector Martin
2016-11-30 18:57:03 +09:00
parent 4413b3651c
commit 5d376eef66
34 changed files with 38 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
import sys, os, os.path
sys.path.append(os.path.realpath(os.path.dirname(sys.argv[0]))+"/../Common")