--- 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