Skip to content

Commit beed86e

Browse files
committedMay 21, 2017
db manager: fix spatialite plugin (followup c77172e; fixes #16542)
1 parent 212d07f commit beed86e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎python/plugins/db_manager/db_plugins/spatialite/connector.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
from functools import cmp_to_key
2525

26-
from qgis.PyQt.QtCore import QFile, Qgis
26+
from qgis.core import Qgis
27+
from qgis.PyQt.QtCore import QFile
2728
from qgis.PyQt.QtWidgets import QApplication
2829

2930
from ..connector import DBConnector

0 commit comments

Comments
 (0)
Please sign in to comment.