53 |
53 |
54 def main(): |
54 def main(): |
55 """ |
55 """ |
56 Main entry point into the application. |
56 Main entry point into the application. |
57 """ |
57 """ |
58 options = [\ |
58 options = [ |
59 ("--config=configDir", |
59 ("--config=configDir", |
60 "use the given directory as the one containing the config files"), |
60 "use the given directory as the one containing the config files"), |
61 ] |
61 ] |
62 appinfo = AppInfo.makeAppInfo(sys.argv, |
62 appinfo = AppInfo.makeAppInfo(sys.argv, |
63 "Eric5 Unittest", |
63 "Eric5 Unittest", |