main.py, lock.py, fileops.py remove shebangs
authorBrian Dolbec <dolsen@gentoo.org>
Wed, 12 Jun 2013 04:07:08 +0000 (21:07 -0700)
committerW. Trevor King <wking@tremily.us>
Sun, 15 Dec 2013 04:25:09 +0000 (20:25 -0800)
catalyst/fileops.py
catalyst/lock.py
catalyst/main.py

index 009bf1cd740ad62f73e3e2cc33176d9521fd17a5..e3a4ead55aba99958dc15308dbd3649cac933a8b 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 
 # Maintained in full by:
 # Catalyst Team <catalyst@gentoo.org>
index d5d40d5e2fe5328f78a043180e9ee2a546bc3776..8b4fc7688f3e7b11be2a559b35599dbef3c2885e 100644 (file)
@@ -1,4 +1,5 @@
-#!/usr/bin/python
+
+
 import os
 import fcntl
 import errno
index 8c54849ae0494be8df3694a9011108a4ea8137d7..c0d56bbef0beccc8c4512656c26fa18565f3abb1 100755 (executable)
@@ -1,4 +1,3 @@
-#!/usr/bin/python2 -OO
 
 # Maintained in full by:
 # Catalyst Team <catalyst@gentoo.org>