eric5_re.py

changeset 945
8cd4d08fa9f6
parent 896
f855351d5e98
child 1509
c0b5e693b0eb
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
6 6
7 """ 7 """
8 Eric5 Re 8 Eric5 Re
9 9
10 This is the main Python script that performs the necessary initialization 10 This is the main Python script that performs the necessary initialization
11 of the PyRegExp wizard module and starts the Qt event loop. This is a standalone 11 of the PyRegExp wizard module and starts the Qt event loop. This is a standalone
12 version of the integrated PyRegExp wizard. 12 version of the integrated PyRegExp wizard.
13 """ 13 """
14 14
15 import sys 15 import sys
16 16
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",

eric ide

mercurial