On Mon, 2007-06-18 at 13:06 +0000, Etienne Goyer wrote: > The following files have a shebang line that specify python2.4 > explicitly : > > bzrlib/tests/test_weave.py > tools/capture_tree.py > tools/trace-revisions > tools/rst2prettyhtml.py > > I will ask upstream to look into it and determine if these shebang line > really need to specify python2.4 explicitly (if at all).
These should not be installed into /usr/bin, and as such are not on the users path anyway. I'd be in favour of: nuke the #! in test_weave use /bin/env python for capture_Tree, trace-revisions and rst2prettyhtml -Rob -- GPG key available at: <http://www.robertcollins.net/keys.txt>. -- bzr builds against python2.4 https://bugs.launchpad.net/bugs/120659 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
