mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
Fix import sip on python 3.5
This commit is contained in:
parent
b9c1440dd8
commit
6c218b8032
@ -25,5 +25,5 @@ __revision__ = '$Format:%H$'
|
||||
|
||||
try:
|
||||
from PyQt5.sip import *
|
||||
except ModuleNotFoundError:
|
||||
except ImportError:
|
||||
from sip import *
|
||||
|
Loading…
x
Reference in New Issue
Block a user