Skip to content

Commit

Permalink
[dbmanager] Add missing InvalidDataException import
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Aug 3, 2013
1 parent e192752 commit 3df3463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/plugins/db_manager/db_plugins/postgis/plugin.py
Expand Up @@ -26,7 +26,8 @@
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:
Expand Down

0 comments on commit 3df3463

Please sign in to comment.