eric6/eric6_qregexp.py

changeset 7775
4a1db75550bd
parent 7380
c99320e859ca
equal deleted inserted replaced
7774:9eed155411f0 7775:4a1db75550bd
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 QRegExp wizard module and starts the Qt event loop. This is a standalone 11 of the QRegExp wizard module and starts the Qt event loop. This is a standalone
12 version of the integrated QRegExp wizard. 12 version of the integrated QRegExp wizard.
13 """ 13 """
14 14
15 15 # TODO: delete deprecated QRegExp wizard or move to external plug-in
16 import sys 16 import sys
17 import os 17 import os
18 18
19 sys.path.insert(1, os.path.dirname(__file__)) 19 sys.path.insert(1, os.path.dirname(__file__))
20 20

eric ide

mercurial