On Sun, 2013-10-13 at 02:07 -0700, Dylan Baker wrote:
> 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 <[email protected]>


Ha!, turns out for all my ranting in the other thread.  I already did
this myself.

http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=f3f05b465f0b2f45649ff07c7f23582fc9fb2322

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to