eric5.py

changeset 2779
4d433896b6d6
parent 2683
ef93fc7332a2
child 2847
1843ef6e2656
child 2930
92973b701875
--- a/eric5.py	Sat Jul 06 18:31:44 2013 +0200
+++ b/eric5.py	Tue Jul 09 19:30:56 2013 +0200
@@ -44,6 +44,7 @@
 
 # make Third-Party 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", "Jasy"))
 
 from E5Gui.E5Application import E5Application
 

eric ide

mercurial