Fix import sip on python 3.5

This commit is contained in:
Alessandro Pasotti 2018-10-24 11:13:54 +02:00
parent b9c1440dd8
commit 6c218b8032

View File

@ -25,5 +25,5 @@ __revision__ = '$Format:%H$'
try:
from PyQt5.sip import *
except ModuleNotFoundError:
except ImportError:
from sip import *