Skip to content

Commit 3df3463

Browse files
committedAug 3, 2013
[dbmanager] Add missing InvalidDataException import
1 parent e192752 commit 3df3463

File tree

1 file changed

+2
-1
lines changed
  • python/plugins/db_manager/db_plugins/postgis

1 file changed

+2
-1
lines changed
 

‎python/plugins/db_manager/db_plugins/postgis/plugin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
from PyQt4.QtCore import *
2727
from PyQt4.QtGui import *
2828

29-
from ..plugin import ConnectionError, DBPlugin, Database, Schema, Table, VectorTable, RasterTable, TableField, TableConstraint, TableIndex, TableTrigger, TableRule
29+
from ..plugin import ConnectionError, InvalidDataException, DBPlugin, Database, Schema, Table, VectorTable, RasterTable, TableField, TableConstraint, TableIndex, TableTrigger, TableRule
30+
3031
try:
3132
from . import resources_rc
3233
except ImportError:

0 commit comments

Comments
 (0)
Please sign in to comment.