GNOME Bugzilla – Bug 612026
Don't hardcode ontv hashbang to python2.5
Last modified: 2010-04-17 13:45:53 UTC
Hi, ontv.in's hashbang currently is #!/usr/bin/env python2.5 I don't think there's a reason to hardcode python2.5 on it (ontv should work on python2.6 I guess) so please make that #!/usr/bin/env python or #!/usr/bin/python
Created attachment 155439 [details] [review] Don't hardcode python2.5 in the hashbang Don't hardcode python2.5 in the hashbang I can commit this to master if necessary.
This should be fixed in git now. Unfortunately I just realized that I don't have permissions to change status of the bug. Need to fix that
Bug fixed. Olof: I've added you to OnTV developers now so hopefully you have access to stuff now...