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