commit: 5a09558cbbeca6fda075525103a43d44e5cd5871 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Wed Jun 12 04:07:08 2013 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Thu Feb 26 19:57:22 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=5a09558c
main.py, lock.py, fileops.py remove shebangs --- catalyst/fileops.py | 1 - catalyst/lock.py | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalyst/fileops.py b/catalyst/fileops.py index 009bf1c..e3a4ead 100644 --- a/catalyst/fileops.py +++ b/catalyst/fileops.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # Maintained in full by: # Catalyst Team <[email protected]> diff --git a/catalyst/lock.py b/catalyst/lock.py index 12d0754..a6f9d3a 100644 --- a/catalyst/lock.py +++ b/catalyst/lock.py @@ -1,4 +1,5 @@ -#!/usr/bin/python + + import os import fcntl import errno
