Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/
Date: Thu, 26 Feb 2015 22:18:42
Message-Id: 1424980611.83c4337f59102245d6018810db5bb79f471b002f.dolsen@gentoo
1 commit: 83c4337f59102245d6018810db5bb79f471b002f
2 Author: W. Trevor King <wking <AT> tremily <DOT> us>
3 AuthorDate: Tue Jun 11 21:41:18 2013 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 26 19:56:51 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=83c4337f
7
8 version: Remove shebang (Python modules are not scripts)
9
10 Nobody should be executing this file directly.
11
12 ---
13 catalyst/version.py | 2 --
14 1 file changed, 2 deletions(-)
15
16 diff --git a/catalyst/version.py b/catalyst/version.py
17 index 03c77e4..ea12761 100644
18 --- a/catalyst/version.py
19 +++ b/catalyst/version.py
20 @@ -1,5 +1,3 @@
21 -#!/usr/bin/python -OO
22 -
23 # Maintained in full by:
24 # Catalyst Team <catalyst@g.o>
25 # Release Engineering Team <releng@g.o>