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: Thu, 21 Nov 2013 09:07:01
Message-Id: 1385024411.3921f3431e515a7b663672484fd0edc46e3628dc.dol-sen@gentoo
1 commit: 3921f3431e515a7b663672484fd0edc46e3628dc
2 Author: W. Trevor King <wking <AT> tremily <DOT> us>
3 AuthorDate: Tue Jun 11 21:41:18 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Thu Nov 21 09:00:11 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=3921f343
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 d379d35..8060bff 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>