34 """ |
34 """ |
35 from Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog import \ |
35 from Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog import \ |
36 PyRegExpWizardWindow |
36 PyRegExpWizardWindow |
37 return PyRegExpWizardWindow() |
37 return PyRegExpWizardWindow() |
38 |
38 |
|
39 |
39 def main(): |
40 def main(): |
40 """ |
41 """ |
41 Main entry point into the application. |
42 Main entry point into the application. |
42 """ |
43 """ |
43 options = [\ |
44 options = [\ |
44 ("--config=configDir", |
45 ("--config=configDir", |
45 "use the given directory as the one containing the config files"), |
46 "use the given directory as the one containing the config files"), |
46 ] |
47 ] |
47 appinfo = Startup.makeAppInfo(sys.argv, |
48 appinfo = Startup.makeAppInfo(sys.argv, |
48 "Eric5 RE", |
49 "Eric5 RE", |
49 "", |
50 "", |
50 "Regexp editor for the Python re module", |
51 "Regexp editor for the Python re module", |