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