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. |