eric5-re.py

changeset 18
3b1f5d872fd7
parent 15
f6ccc31d6e72
child 97
c4086afea02b
equal deleted inserted replaced
17:edde1fe80b3e 18:3b1f5d872fd7
3 3
4 # Copyright (c) 2004 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2004 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric4 Re 8 Eric5 Re
9 9
10 This is the main Python script that performs the necessary initialization 10 This is the main Python script that performs the necessary initialization
11 of the PyRegExp wizard module and starts the Qt event loop. This is a standalone 11 of the PyRegExp wizard module and starts the Qt event loop. This is a standalone
12 version of the integrated PyRegExp wizard. 12 version of the integrated PyRegExp wizard.
13 """ 13 """
44 options = [\ 44 options = [\
45 ("--config=configDir", 45 ("--config=configDir",
46 "use the given directory as the one containing the config files"), 46 "use the given directory as the one containing the config files"),
47 ] 47 ]
48 appinfo = Startup.makeAppInfo(sys.argv, 48 appinfo = Startup.makeAppInfo(sys.argv,
49 "Eric4 RE", 49 "Eric5 RE",
50 "", 50 "",
51 "Regexp editor for the Python re module", 51 "Regexp editor for the Python re module",
52 options) 52 options)
53 res = Startup.simpleAppStartup(sys.argv, 53 res = Startup.simpleAppStartup(sys.argv,
54 appinfo, 54 appinfo,

eric ide

mercurial