eric5_configure.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2677
3d4277929fb3
parent 2992
dbdf27746da5
child 3060
5883ce99ee12
--- a/eric5_configure.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/eric5_configure.py	Fri Oct 18 23:00:41 2013 +0200
@@ -5,7 +5,7 @@
 #
 
 """
-Eric5 Configure
+Eric5 Configure.
 
 This is the main Python script to configure the eric5 IDE from the outside.
 """
@@ -31,7 +31,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
 

eric ide

mercurial