Skip to content

Commit

Permalink
db manager: fix spatialite plugin (followup c77172e; fixes #16542)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 21, 2017
1 parent 212d07f commit beed86e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/plugins/db_manager/db_plugins/spatialite/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

from functools import cmp_to_key

from qgis.PyQt.QtCore import QFile, Qgis
from qgis.core import Qgis
from qgis.PyQt.QtCore import QFile
from qgis.PyQt.QtWidgets import QApplication

from ..connector import DBConnector
Expand Down

0 comments on commit beed86e

Please sign in to comment.