Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:rewrite-on-master commit in: catalyst/
Date: Fri, 22 Nov 2013 07:13:49
Message-Id: 1385100156.393be04e10c617f80fe6918313c3bab02cb2d9c6.dol-sen@gentoo
1 commit: 393be04e10c617f80fe6918313c3bab02cb2d9c6
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 Nov 22 06:02:36 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=393be04e
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 a47dff7..8546810 100644
40 --- a/catalyst/main.py
41 +++ b/catalyst/main.py
42 @@ -1,4 +1,3 @@
43 -#!/usr/bin/python2 -OO
44
45 # Maintained in full by:
46 # Catalyst Team <catalyst@g.o>