eric6.py

changeset 6099
a7fecbc392d7
parent 6092
f0d60c3de700
child 6181
2ae7e332b941
equal deleted inserted replaced
6098:a1d10c6ce103 6099:a7fecbc392d7
91 # make Third-Party package available as a packages repository 91 # make Third-Party package available as a packages repository
92 sys.path.insert(2, os.path.join(os.path.dirname(__file__), 92 sys.path.insert(2, os.path.join(os.path.dirname(__file__),
93 "ThirdParty", "Pygments")) 93 "ThirdParty", "Pygments"))
94 sys.path.insert(2, os.path.join(os.path.dirname(__file__), 94 sys.path.insert(2, os.path.join(os.path.dirname(__file__),
95 "ThirdParty", "Jasy")) 95 "ThirdParty", "Jasy"))
96 sys.path.insert(2, os.path.join(os.path.dirname(__file__),
97 "ThirdParty", "EditorConfig"))
96 sys.path.insert(2, os.path.join(os.path.dirname(__file__), 98 sys.path.insert(2, os.path.join(os.path.dirname(__file__),
97 "DebugClients", "Python")) 99 "DebugClients", "Python"))
98 100
99 from E5Gui.E5Application import E5Application 101 from E5Gui.E5Application import E5Application
100 102

eric ide

mercurial