3 |
3 |
4 # Copyright (c) 2004 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # Copyright (c) 2004 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # |
5 # |
6 |
6 |
7 """ |
7 """ |
8 Eric5 Re. |
8 Eric6 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 |
11 of the PyRegExp wizard module and starts the Qt event loop. This is a |
12 standalone version of the integrated PyRegExp wizard. |
12 standalone version of the integrated PyRegExp wizard. |
13 """ |
13 """ |
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 = AppInfo.makeAppInfo(sys.argv, |
56 appinfo = AppInfo.makeAppInfo(sys.argv, |
57 "Eric5 RE", |
57 "Eric6 RE", |
58 "", |
58 "", |
59 "Regexp editor for the Python re module", |
59 "Regexp editor for the Python re module", |
60 options) |
60 options) |
61 res = Startup.simpleAppStartup(sys.argv, |
61 res = Startup.simpleAppStartup(sys.argv, |
62 appinfo, |
62 appinfo, |