Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[dbmanager] Fix bad import in vlayers plugin
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
python/plugins/db_manager/db_plugins/vlayers/plugin.py
|
@@ -22,8 +22,9 @@ |
|
|
# this will disable the dbplugin if the connector raise an ImportError |
|
|
from .connector import VLayerConnector |
|
|
|
|
|
from qgis.PyQt.QtCore import QCoreApplication |
|
|
from qgis.PyQt.QtGui import QIcon |
|
|
from qgis.core import QgsVectorLayer, QgsProject, QgsVirtualLayerDefinition, QCoreApplication |
|
|
from qgis.core import QgsVectorLayer, QgsProject, QgsVirtualLayerDefinition |
|
|
|
|
|
from ..plugin import DBPlugin, Database, Table, VectorTable, TableField |
|
|
|
|
|