eric6/Plugins/PluginWizardPyRegExp.py

branch
without_py2_and_pyqt4
changeset 7199
c71bd6f21748
parent 6942
2602857055c5
child 7229
53054eb5b15a
equal deleted inserted replaced
7198:684261ef2165 7199:c71bd6f21748
27 className = "PyRegExpWizard" 27 className = "PyRegExpWizard"
28 packageName = "__core__" 28 packageName = "__core__"
29 shortDescription = "Show the Python re wizard." 29 shortDescription = "Show the Python re wizard."
30 longDescription = """This plugin shows the Python re wizard.""" 30 longDescription = """This plugin shows the Python re wizard."""
31 pyqtApi = 2 31 pyqtApi = 2
32 python2Compatible = True
33 # End-Of-Header 32 # End-Of-Header
34 33
35 error = "" 34 error = ""
36 35
37 36

eric ide

mercurial