Fixing python path of builder scripts for environment support

This commit is contained in:
Antonio Lima
2011-10-05 10:24:32 +02:00
parent 3065be1b71
commit 2a98e81b95
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-
import sys, os, json import sys, os, json
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-
import sys, os, re import sys, os, re
+2 -2
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-
import sys, os, json import sys, os, json
@@ -163,4 +163,4 @@ def main ():
if __name__ == "__main__": if __name__ == "__main__":
main() main()
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-
from backendBuilder import BackendBuilder from backendBuilder import BackendBuilder
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-
from backendBuilder import BackendBuilder from backendBuilder import BackendBuilder