Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix import sip on python 3.5
  • Loading branch information
elpaso committed Oct 24, 2018
1 parent b9c1440 commit 6c218b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/PyQt/PyQt5/sip.py
Expand Up @@ -25,5 +25,5 @@

try:
from PyQt5.sip import *
except ModuleNotFoundError:
except ImportError:
from sip import *

0 comments on commit 6c218b8

Please sign in to comment.