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