On Mon, 9 Nov 2015 16:05:34 -0500 Mike Frysinger <[email protected]> wrote:
> Since the catalyst code base supports py2 & py3, we no longer need to > hardcode py2 in the shebang. > --- > bin/catalyst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/bin/catalyst b/bin/catalyst > index 1557ab8..24122b2 100755 > --- a/bin/catalyst > +++ b/bin/catalyst > @@ -1,4 +1,4 @@ > -#!/usr/bin/python2 -OO > +#!/usr/bin/python -OO > > # Maintained in full by: > # Catalyst Team <[email protected]> yeah, this is ready to merge -- Brian Dolbec <dolsen>
