Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:3.0 commit in: catalyst/
Date: Wed, 22 Jan 2014 05:04:16
Message-Id: 1388772079.0a14d5b3392cde9738064f148631499b7193bd6f.dol-sen@gentoo
1 commit: 0a14d5b3392cde9738064f148631499b7193bd6f
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 12 04:07:08 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Fri Jan 3 18:01:19 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=0a14d5b3
7
8 main.py, lock.py, fileops.py remove shebangs
9
10 ---
11 catalyst/fileops.py | 1 -
12 catalyst/lock.py | 3 ++-
13 catalyst/main.py | 1 -
14 3 files changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/catalyst/fileops.py b/catalyst/fileops.py
17 index 009bf1c..e3a4ead 100644
18 --- a/catalyst/fileops.py
19 +++ b/catalyst/fileops.py
20 @@ -1,4 +1,3 @@
21 -#!/usr/bin/python
22
23 # Maintained in full by:
24 # Catalyst Team <catalyst@g.o>
25
26 diff --git a/catalyst/lock.py b/catalyst/lock.py
27 index d5d40d5..8b4fc76 100644
28 --- a/catalyst/lock.py
29 +++ b/catalyst/lock.py
30 @@ -1,4 +1,5 @@
31 -#!/usr/bin/python
32 +
33 +
34 import os
35 import fcntl
36 import errno
37
38 diff --git a/catalyst/main.py b/catalyst/main.py
39 index 3f37ad0..6f8bd8d 100644
40 --- a/catalyst/main.py
41 +++ b/catalyst/main.py
42 @@ -1,4 +1,3 @@
43 -#!/usr/bin/python -OO
44
45 # Maintained in full by:
46 # Catalyst Team <catalyst@g.o>