eric6_configure.py

changeset 6101
b854a825d483
parent 6048
82ad8ec9548c
child 6630
bddd12f27a4c
equal deleted inserted replaced
6100:63d6350f3a34 6101:b854a825d483
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

eric ide

mercurial