48 WEBENGINE_AVAILABLE = False |
48 WEBENGINE_AVAILABLE = False |
49 |
49 |
50 # make ThirdParty package available as a packages repository |
50 # make ThirdParty package available as a packages repository |
51 sys.path.insert(2, os.path.join(os.path.dirname(__file__), |
51 sys.path.insert(2, os.path.join(os.path.dirname(__file__), |
52 "ThirdParty", "Pygments")) |
52 "ThirdParty", "Pygments")) |
|
53 sys.path.insert(2, os.path.join(os.path.dirname(__file__), |
|
54 "ThirdParty", "EditorConfig")) |
53 |
55 |
54 from Globals import AppInfo |
56 from Globals import AppInfo |
55 |
57 |
56 from Toolbox import Startup |
58 from Toolbox import Startup |
57 |
59 |