Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.0
-
None
-
None
-
None
-
Fedora
Using branch-1.2 sources
Description
The env comment in most of the python files looks like
#!/usr/bin/env python2.6
Changing it to this makes the scripts work on hosts with python2.7 which is more portable
#!/usr/bin/env python