diff -r 226481ff40d1 -r dbdf27746da5 eric5_configure.py --- a/eric5_configure.py Sun Oct 06 19:52:33 2013 +0200 +++ b/eric5_configure.py Mon Oct 07 19:10:11 2013 +0200 @@ -22,7 +22,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")) from Globals import AppInfo