eric6_qregexp.py

changeset 3778
0c5bc18da740
parent 3670
f0cb7579c0b4
child 4021
195a471c327b
diff -r 0c47cbb5b199 -r 0c5bc18da740 eric6_qregexp.py
--- a/eric6_qregexp.py	Mon Sep 08 20:13:54 2014 +0200
+++ b/eric6_qregexp.py	Sat Sep 13 16:13:52 2014 +0200
@@ -13,6 +13,9 @@
 """
 
 from __future__ import unicode_literals
+
+import Toolbox.PyQt4ImportHook  # __IGNORE_WARNING__ 
+
 try:  # Only for Py2
     import Utilities.compatibility_fixes     # __IGNORE_WARNING__
 except (ImportError):

eric ide

mercurial