eric6/eric6_re.py

changeset 7781
607a6098cb44
parent 7380
c99320e859ca
child 7923
91e843545d9a
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
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 11 of the PyRegExp wizard module and starts the Qt event loop. This is a
12 standalone version of the integrated PyRegExp wizard. 12 standalone version of the integrated PyRegExp wizard.
13 """ 13 """
14
15 14
16 import sys 15 import sys
17 import os 16 import os
18 17
19 sys.path.insert(1, os.path.dirname(__file__)) 18 sys.path.insert(1, os.path.dirname(__file__))

eric ide

mercurial