[dbmanager] Add missing InvalidDataException import

This commit is contained in:
Larry Shaffer 2013-08-03 13:40:27 -06:00
parent e1927522a4
commit 3df3463e77

View File

@ -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: