eric6/eric6_re.py

changeset 7229
53054eb5b15a
parent 7198
684261ef2165
child 7257
c4d0cac9b5c9
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
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 14
15 from __future__ import unicode_literals
16 15
17 import sys 16 import sys
18 import os 17 import os
19 18
20 sys.path.insert(1, os.path.dirname(__file__)) 19 sys.path.insert(1, os.path.dirname(__file__))

eric ide

mercurial