eric6/eric6_configure.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8143
2c730d5fd177
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
3 3
4 # Copyright (c) 2006 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2006 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric6 Configure. 8 eric Configure.
9 9
10 This is the main Python script to configure the eric6 IDE from the outside. 10 This is the main Python script to configure the eric IDE from the outside.
11 """ 11 """
12 12
13 import sys 13 import sys
14 import os 14 import os
15 15
67 "use the given directory as the one containing the config files"), 67 "use the given directory as the one containing the config files"),
68 ("--settings=settingsDir", 68 ("--settings=settingsDir",
69 "use the given directory to store the settings files"), 69 "use the given directory to store the settings files"),
70 ] 70 ]
71 appinfo = AppInfo.makeAppInfo(sys.argv, 71 appinfo = AppInfo.makeAppInfo(sys.argv,
72 "Eric6 Configure", 72 "eric Configure",
73 "", 73 "",
74 "Configuration editor for eric6", 74 "Configuration editor for eric",
75 options) 75 options)
76 res = Startup.simpleAppStartup(sys.argv, 76 res = Startup.simpleAppStartup(sys.argv,
77 appinfo, 77 appinfo,
78 createMainWidget) 78 createMainWidget)
79 sys.exit(res) 79 sys.exit(res)

eric ide

mercurial