comparison: src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardServer.py
src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardServer.py
- branch
- eric7
- changeset 10496
- f9925e08dbce
- parent 10439
- 21c28b0f9e41
- child 11090
- f5f5f5803935
equal
deleted
inserted
replaced
5 |
5 |
6 """ |
6 """ |
7 Module implementing the PyQt6 server part of the QRegularExpression wizzard. |
7 Module implementing the PyQt6 server part of the QRegularExpression wizzard. |
8 """ |
8 """ |
9 |
9 |
10 import importlib |
10 import importlib.util |
11 import json |
11 import json |
12 import sys |
12 import sys |
13 |
13 |
14 from PyQt6.QtCore import QRegularExpression |
14 from PyQt6.QtCore import QRegularExpression |
15 |
15 |