Fixed an issue in the web browser start script. 5_0_x

Sat, 18 Sep 2010 18:52:57 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 18 Sep 2010 18:52:57 +0200
branch
5_0_x
changeset 631
9ca86837a591
parent 601
4f37cd1b9a1f
child 632
9754de0f663a

Fixed an issue in the web browser start script.

eric5-webbrowser.py file | annotate | diff | comparison | revisions
--- a/eric5-webbrowser.py	Sun Sep 12 19:08:49 2010 +0200
+++ b/eric5-webbrowser.py	Sat Sep 18 18:52:57 2010 +0200
@@ -30,6 +30,7 @@
     sys.path.insert(2, os.path.join(os.path.dirname(__file__), "ThirdParty", "Pygments"))
 
 from Utilities import Startup
+import Utilities
 
 def createMainWidget(argv):
     """

eric ide

mercurial