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: |