diff -r 9986ec0e559a -r 10516539f238 eric5_webbrowser.py --- a/eric5_webbrowser.py Tue Oct 15 22:03:54 2013 +0200 +++ b/eric5_webbrowser.py Fri Oct 18 23:00:41 2013 +0200 @@ -5,7 +5,7 @@ # """ -Eric5 Web Browser +Eric5 Web Browser. This is the main Python script that performs the necessary initialization of the web browser and starts the Qt event loop. This is a standalone version @@ -33,7 +33,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