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 ] |
64 ] |
65 appinfo = AppInfo.makeAppInfo(sys.argv, |
65 appinfo = AppInfo.makeAppInfo(sys.argv, |
66 "Eric5 UI Previewer", |
66 "Eric5 UI Previewer", |