59 |
59 |
60 def main(): |
60 def main(): |
61 """ |
61 """ |
62 Main entry point into the application. |
62 Main entry point into the application. |
63 """ |
63 """ |
64 options = [\ |
64 options = [ |
65 ("--config=configDir", |
65 ("--config=configDir", |
66 "use the given directory as the one containing the config files"), |
66 "use the given directory as the one containing the config files"), |
67 ] |
67 ] |
68 appinfo = AppInfo.makeAppInfo(sys.argv, |
68 appinfo = AppInfo.makeAppInfo(sys.argv, |
69 "Eric5 TR Previewer", |
69 "Eric5 TR Previewer", |