11 of the QRegularExpression wizard module and starts the Qt event loop. This is |
11 of the QRegularExpression wizard module and starts the Qt event loop. This is |
12 a standalone version of the integrated QRegularExpression wizard. |
12 a standalone version of the integrated QRegularExpression wizard. |
13 """ |
13 """ |
14 |
14 |
15 from __future__ import unicode_literals |
15 from __future__ import unicode_literals |
|
16 |
|
17 import Toolbox.PyQt4ImportHook # __IGNORE_WARNING__ |
16 |
18 |
17 try: # Only for Py2 |
19 try: # Only for Py2 |
18 import Utilities.compatibility_fixes # __IGNORE_WARNING__ |
20 import Utilities.compatibility_fixes # __IGNORE_WARNING__ |
19 except (ImportError): |
21 except (ImportError): |
20 pass |
22 pass |