uninstall-debugclients.py

changeset 6365
85f8745427a6
parent 6364
6a496f0886ad
child 6645
ad476851d7e0
--- a/uninstall-debugclients.py	Sat Jun 23 17:59:11 2018 +0200
+++ b/uninstall-debugclients.py	Sun Jun 24 13:21:52 2018 +0200
@@ -19,9 +19,9 @@
 
 if sys.version_info[0] == 2:
     try:
-        import sip
+        from PyQt5 import sip
     except ImportError:
-        from PyQt5 import sip
+        import sip
     sip.setapi('QString', 2)
 
 # Define the globals.

eric ide

mercurial