eric6/eric6_unittest.py

changeset 8258
82b608e352ec
parent 8143
2c730d5fd177
equal deleted inserted replaced
8257:28146736bbfc 8258:82b608e352ec
33 sys.argv.remove(arg) 33 sys.argv.remove(arg)
34 34
35 from Globals import AppInfo 35 from Globals import AppInfo
36 36
37 from Toolbox import Startup 37 from Toolbox import Startup
38
39 # make Third-Party package available as a packages repository
40 sys.path.insert(2, os.path.join(os.path.dirname(__file__),
41 "ThirdParty", "EditorConfig"))
42 38
43 39
44 def createMainWidget(argv): 40 def createMainWidget(argv):
45 """ 41 """
46 Function to create the main widget. 42 Function to create the main widget.

eric ide

mercurial