From: epage Date: Thu, 28 May 2009 01:03:23 +0000 (+0000) Subject: Cleaning up the import style X-Git-Url: http://git.maemo.org/git/?p=ejpi;a=commitdiff_plain;h=7fc4dd88a1e6c582fde028836feeed0c421387f8 Cleaning up the import style git-svn-id: file:///svnroot/ejpi/trunk@44 df6cc7de-23d0-4ae0-bb86-c17aa67b2a9d --- diff --git a/support/builddeb.py b/support/builddeb.py index 09da773..5aed732 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -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__