eric5_webbrowser.py

changeset 2992
dbdf27746da5
parent 2965
d133c7edd88a
child 3034
7ce719013078
child 3057
10516539f238
--- a/eric5_webbrowser.py	Sun Oct 06 19:52:33 2013 +0200
+++ b/eric5_webbrowser.py	Mon Oct 07 19:10:11 2013 +0200
@@ -24,7 +24,8 @@
         break
 
 # make ThirdParty package available as a packages repository
-sys.path.insert(2, os.path.join(os.path.dirname(__file__), "ThirdParty", "Pygments"))
+sys.path.insert(2, os.path.join(os.path.dirname(__file__),
+                                "ThirdParty", "Pygments"))
 
 import Globals
 from Globals import AppInfo

eric ide

mercurial