eric5-configure.py

changeset 18
3b1f5d872fd7
parent 15
f6ccc31d6e72
child 97
c4086afea02b
equal deleted inserted replaced
17:edde1fe80b3e 18:3b1f5d872fd7
3 3
4 # Copyright (c) 2006 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2006 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric4 Configure 8 Eric5 Configure
9 9
10 This is the main Python script to configure the eric5 IDE from the outside. 10 This is the main Python script to configure the eric5 IDE from the outside.
11 """ 11 """
12 12
13 import sys 13 import sys
52 options = [\ 52 options = [\
53 ("--config=configDir", 53 ("--config=configDir",
54 "use the given directory as the one containing the config files"), 54 "use the given directory as the one containing the config files"),
55 ] 55 ]
56 appinfo = Startup.makeAppInfo(sys.argv, 56 appinfo = Startup.makeAppInfo(sys.argv,
57 "Eric4 Configure", 57 "Eric5 Configure",
58 "", 58 "",
59 "Configuration editor for eric5", 59 "Configuration editor for eric5",
60 options) 60 options)
61 res = Startup.simpleAppStartup(sys.argv, 61 res = Startup.simpleAppStartup(sys.argv,
62 appinfo, 62 appinfo,

eric ide

mercurial