We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c1440 commit 6c218b8Copy full SHA for 6c218b8
python/PyQt/PyQt5/sip.py
@@ -25,5 +25,5 @@
25
26
try:
27
from PyQt5.sip import *
28
-except ModuleNotFoundError:
+except ImportError:
29
from sip import *
0 commit comments