src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardServer.py

branch
eric7
changeset 10496
f9925e08dbce
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10495:73ec0786d60e 10496:f9925e08dbce
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

eric ide

mercurial