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: bin/
Date: Fri, 22 Nov 2013 07:13:30
Message-Id: 1385100109.62295043716e44014cc2902fcfd0904c97f9732b.dol-sen@gentoo
1 commit: 62295043716e44014cc2902fcfd0904c97f9732b
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 15:47:12 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Fri Nov 22 06:01:49 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=62295043
7
8 temp set shebang to python2 until py3 compatibilty is done
9
10 ---
11 bin/catalyst | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/bin/catalyst b/bin/catalyst
15 index a4e55db..ace43fc 100755
16 --- a/bin/catalyst
17 +++ b/bin/catalyst
18 @@ -1,4 +1,4 @@
19 -#!/usr/bin/python -OO
20 +#!/usr/bin/python2 -OO
21
22 # Maintained in full by:
23 # Catalyst Team <catalyst@g.o>