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