eric5.py

changeset 97
c4086afea02b
parent 55
b5c84934de9c
child 107
918a6be6f051
--- a/eric5.py	Sun Jan 31 17:11:22 2010 +0000
+++ b/eric5.py	Sun Jan 31 18:31:28 2010 +0000
@@ -51,7 +51,7 @@
 
 from E5Gui.E5Application import E5Application
 
-from UI.Info import Program, Version, BugAddress
+from UI.Info import BugAddress
 from UI.SplashScreen import SplashScreen, NoneSplashScreen
 from E5Gui.E5SingleApplication import E5SingleApplicationClient
 
@@ -250,4 +250,4 @@
         raise err
 
 if __name__ == '__main__':
-    main()
\ No newline at end of file
+    main()

eric ide

mercurial