eric5-iconeditor.py

changeset 97
c4086afea02b
parent 18
3b1f5d872fd7
child 791
9ec2ac20e54e
--- a/eric5-iconeditor.py	Sun Jan 31 17:11:22 2010 +0000
+++ b/eric5-iconeditor.py	Sun Jan 31 18:31:28 2010 +0000
@@ -13,7 +13,6 @@
 """
 
 import sys
-import os
 
 for arg in sys.argv:
     if arg.startswith("--config="):
@@ -24,7 +23,6 @@
         break
 
 from Utilities import Startup
-import Utilities
 
 def createMainWidget(argv):
     """
@@ -63,4 +61,4 @@
     sys.exit(res)
 
 if __name__ == '__main__':
-    main()
\ No newline at end of file
+    main()

eric ide

mercurial