eric5-webbrowser.py

changeset 97
c4086afea02b
parent 18
3b1f5d872fd7
child 565
21191e634b47
--- a/eric5-webbrowser.py	Sun Jan 31 17:11:22 2010 +0000
+++ b/eric5-webbrowser.py	Sun Jan 31 18:31:28 2010 +0000
@@ -30,7 +30,6 @@
     sys.path.insert(2, os.path.join(os.path.dirname(__file__), "ThirdParty", "Pygments"))
 
 from Utilities import Startup
-import Utilities
 
 def createMainWidget(argv):
     """
@@ -77,4 +76,4 @@
     sys.exit(res)
 
 if __name__ == '__main__':
-    main()
\ No newline at end of file
+    main()

eric ide

mercurial