[repo] migrate shebangs to /usr/bin/python

This commit is contained in:
Fabio Erculiani
2012-08-18 16:53:32 +02:00
parent c9242e2517
commit 796e71e9ac
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2 -O
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2 -O
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Copyright (C) 2012 Fabio Erculiani
+2 -2
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python
import sys
import os
os.environ['LANGUAGE'] = "en_US.UTF-8"
@@ -181,4 +181,4 @@ for man_name, man_txt in split_mans:
sys.stdout.write("generating mansrc/%s.1.txt\n" % (man_name,))
with codecs.open("mansrc/%s.1.txt" % (man_name,), "w",
encoding="UTF-8") as man_f:
man_f.write(man_txt)
man_f.write(man_txt)
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python
import os
import sys
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2 -O
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2 -O
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python
import sys
sys.path.insert(0, '/usr/lib/entropy/lib')
sys.path.insert(0, '/usr/lib/entropy/server')
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python
import sys
sys.path.insert(0, '/usr/lib/entropy/lib')
sys.path.insert(0, '../lib')
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python
import sys
sys.path.insert(0, '/usr/lib/entropy/lib')
sys.path.insert(0, '../lib')