48 |
48 |
49 def main(): |
49 def main(): |
50 """ |
50 """ |
51 Main entry point into the application. |
51 Main entry point into the application. |
52 """ |
52 """ |
53 options = [\ |
53 options = [ |
54 ("--config=configDir", |
54 ("--config=configDir", |
55 "use the given directory as the one containing the config files"), |
55 "use the given directory as the one containing the config files"), |
56 ("", "names of plugins to install") |
56 ("", "names of plugins to install") |
57 ] |
57 ] |
58 appinfo = AppInfo.makeAppInfo(sys.argv, |
58 appinfo = AppInfo.makeAppInfo(sys.argv, |