public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] [Patch v2 1/4] catalyst: Specify python2 rather than the generic python
@ 2013-10-13  9:07 Dylan Baker
  2013-10-13  9:07 ` [gentoo-catalyst] [Patch v2 2/4] Catalyst: use a more pythonic method to import modules Dylan Baker
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Dylan Baker @ 2013-10-13  9:07 UTC (permalink / raw
  To: gentoo-catalyst; +Cc: Dylan Baker

This allows catalyst to work regardless of whether a user prefers that
usr/bin/python be python 2.x or 3.x.
---
 catalyst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalyst b/catalyst
index 4550d05..11560fb 100755
--- a/catalyst
+++ b/catalyst
@@ -1,4 +1,4 @@
-#!/usr/bin/python -OO
+#!/usr/bin/python2 -OO
 
 # Maintained in full by:
 # Catalyst Team <catalyst@gentoo.org>
-- 
1.8.1.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-13 20:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13  9:07 [gentoo-catalyst] [Patch v2 1/4] catalyst: Specify python2 rather than the generic python Dylan Baker
2013-10-13  9:07 ` [gentoo-catalyst] [Patch v2 2/4] Catalyst: use a more pythonic method to import modules Dylan Baker
2013-10-13  9:07 ` [gentoo-catalyst] [Patch v2 3/4] catalyst: split combined import Dylan Baker
2013-10-13  9:07 ` [gentoo-catalyst] [Patch v2 4/4] catalyst: Remove commented sections of code Dylan Baker
2013-10-13 20:15 ` [gentoo-catalyst] [Patch v2 1/4] catalyst: Specify python2 rather than the generic python Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox