Description: Call python instead of python2.5
Bug-Ubuntu: http://launchpad.net/bugs/574237
Author: Draycen DeCator <ddecator@gmail.com>
Last-Update: 2010-07-18
--- a/createui.py
+++ b/createui.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 # -*- Mode: python; coding: utf-8 -*-
 
 import pygtk, gtk, gtk.glade, pango, gobject
--- a/main.py
+++ b/main.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 # -*- Mode: python; coding: utf-8 -*-
 # 
 # Copyright (C) 2007  Kjell Braden
