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