Cleaning up the import style
authorepage <eopage@byu.net>
Thu, 28 May 2009 01:03:23 +0000 (01:03 +0000)
committerepage <eopage@byu.net>
Thu, 28 May 2009 01:03:23 +0000 (01:03 +0000)
git-svn-id: file:///svnroot/ejpi/trunk@44 df6cc7de-23d0-4ae0-bb86-c17aa67b2a9d

support/builddeb.py

index 09da773..5aed732 100755 (executable)
@@ -1,6 +1,10 @@
 #!/usr/bin/python2.5
 
-from py2deb import *
+import os
+import sys
+
+import py2deb
+
 import constants
 
 
@@ -72,7 +76,7 @@ if __name__ == "__main__":
        except:
                pass
 
-       p = Py2deb(__appname__)
+       p = py2deb.Py2deb(__appname__)
        p.description = __description__
        p.author = __author__
        p.mail = __email__