38 connections = [] |
39 connections = [] |
39 |
40 |
40 browser = SqlBrowser(connections) |
41 browser = SqlBrowser(connections) |
41 return browser |
42 return browser |
42 |
43 |
|
44 |
43 def main(): |
45 def main(): |
44 """ |
46 """ |
45 Main entry point into the application. |
47 Main entry point into the application. |
46 """ |
48 """ |
47 options = [\ |
49 options = [\ |
48 ("--config=configDir", |
50 ("--config=configDir", |
49 "use the given directory as the one containing the config files"), |
51 "use the given directory as the one containing the config files"), |
50 ] |
52 ] |
51 appinfo = Startup.makeAppInfo(sys.argv, |
53 appinfo = Startup.makeAppInfo(sys.argv, |
52 "Eric5 SQL Browser", |
54 "Eric5 SQL Browser", |
53 "connection", |
55 "connection", |
54 "SQL browser", |
56 "SQL browser", |