56 |
56 |
57 def main(): |
57 def main(): |
58 """ |
58 """ |
59 Main entry point into the application. |
59 Main entry point into the application. |
60 """ |
60 """ |
61 options = [\ |
61 options = [ |
62 ("--config=configDir", |
62 ("--config=configDir", |
63 "use the given directory as the one containing the config files"), |
63 "use the given directory as the one containing the config files"), |
64 ("", "name of file to edit") |
64 ("", "name of file to edit") |
65 ] |
65 ] |
66 appinfo = AppInfo.makeAppInfo(sys.argv, |
66 appinfo = AppInfo.makeAppInfo(sys.argv, |