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 |