eric5_configure.py

changeset 2992
dbdf27746da5
parent 2965
d133c7edd88a
child 3034
7ce719013078
child 3057
10516539f238
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
 

eric ide

mercurial