3669:ac84ac3c0f05 | 3670:f0cb7579c0b4 |
---|---|
3 | 3 |
4 # Copyright (c) 2009 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> | 4 # Copyright (c) 2009 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # | 5 # |
6 | 6 |
7 """ | 7 """ |
8 Eric5 SQL Browser. | 8 Eric6 SQL Browser. |
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 SQL browser and starts the Qt event loop. | 11 of the SQL browser and starts the Qt event loop. |
12 """ | 12 """ |
13 | 13 |
57 options = [ | 57 options = [ |
58 ("--config=configDir", | 58 ("--config=configDir", |
59 "use the given directory as the one containing the config files"), | 59 "use the given directory as the one containing the config files"), |
60 ] | 60 ] |
61 appinfo = AppInfo.makeAppInfo(sys.argv, | 61 appinfo = AppInfo.makeAppInfo(sys.argv, |
62 "Eric5 SQL Browser", | 62 "Eric6 SQL Browser", |
63 "connection", | 63 "connection", |
64 "SQL browser", | 64 "SQL browser", |
65 options) | 65 options) |
66 res = Startup.simpleAppStartup(sys.argv, | 66 res = Startup.simpleAppStartup(sys.argv, |
67 appinfo, | 67 appinfo, |