eric6_unittest.py

changeset 6359
e78be0616e6e
parent 6048
82ad8ec9548c
child 6645
ad476851d7e0
equal deleted inserted replaced
6358:1a274e1ef9c0 6359:e78be0616e6e
41 41
42 from Globals import AppInfo 42 from Globals import AppInfo
43 43
44 from Toolbox import Startup 44 from Toolbox import Startup
45 45
46 # make Third-Party package available as a packages repository
47 sys.path.insert(2, os.path.join(os.path.dirname(__file__),
48 "ThirdParty", "EditorConfig"))
49
46 50
47 def createMainWidget(argv): 51 def createMainWidget(argv):
48 """ 52 """
49 Function to create the main widget. 53 Function to create the main widget.
50 54

eric ide

mercurial