mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[dbmanager] Add missing InvalidDataException import
This commit is contained in:
parent
e1927522a4
commit
3df3463e77
@ -26,7 +26,8 @@ from .connector import PostGisDBConnector
|
||||
from PyQt4.QtCore import *
|
||||
from PyQt4.QtGui import *
|
||||
|
||||
from ..plugin import ConnectionError, DBPlugin, Database, Schema, Table, VectorTable, RasterTable, TableField, TableConstraint, TableIndex, TableTrigger, TableRule
|
||||
from ..plugin import ConnectionError, InvalidDataException, DBPlugin, Database, Schema, Table, VectorTable, RasterTable, TableField, TableConstraint, TableIndex, TableTrigger, TableRule
|
||||
|
||||
try:
|
||||
from . import resources_rc
|
||||
except ImportError:
|
||||
|
Loading…
x
Reference in New Issue
Block a user