eric5_re.py

changeset 2992
dbdf27746da5
parent 2965
d133c7edd88a
child 3034
7ce719013078
child 3057
10516539f238
equal deleted inserted replaced
2991:226481ff40d1 2992:dbdf27746da5
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
12 version of the integrated PyRegExp wizard. 12 standalone version of the integrated PyRegExp wizard.
13 """ 13 """
14 14
15 import sys 15 import sys
16 16
17 for arg in sys.argv: 17 for arg in sys.argv:

eric ide

mercurial