3058:0a02c433f52d | 3060:5883ce99ee12 |
---|---|
49 | 49 |
50 def main(): | 50 def main(): |
51 """ | 51 """ |
52 Main entry point into the application. | 52 Main entry point into the application. |
53 """ | 53 """ |
54 options = [\ | 54 options = [ |
55 ("--config=configDir", | 55 ("--config=configDir", |
56 "use the given directory as the one containing the config files"), | 56 "use the given directory as the one containing the config files"), |
57 ] | 57 ] |
58 appinfo = AppInfo.makeAppInfo(sys.argv, | 58 appinfo = AppInfo.makeAppInfo(sys.argv, |
59 "Eric5 Diff", | 59 "Eric5 Diff", |