Fixed import statements.

refs #3669
This commit is contained in:
Satish V
2020-06-03 12:49:05 +05:30
committed by Akshay Joshi
parent d22e276586
commit 726ecd79e6
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ from pgadmin.browser.utils import PGChildNodeView
from pgadmin.utils.ajax import make_json_response, internal_server_error, \
make_response as ajax_response, gone
from pgadmin.utils.driver import get_driver
from web.pgadmin.utils.exception import ObjectGone
from pgadmin.utils.exception import ObjectGone
class DomainConstraintModule(CollectionNodeModule):

View File

@@ -31,7 +31,7 @@ from pgadmin.utils.exception import ConnectionLost, SSHTunnelConnectionLost
from pgadmin.utils.preferences import Preferences
from pgadmin.settings import get_setting
from pgadmin.browser.utils import underscore_unescape
from web.pgadmin.utils.exception import ObjectGone
from pgadmin.utils.exception import ObjectGone
MODULE_NAME = 'datagrid'

View File

@@ -21,7 +21,7 @@ from pgadmin.tools.sqleditor.utils.is_query_resultset_updatable \
from pgadmin.tools.sqleditor.utils.save_changed_data import save_changed_data
from pgadmin.tools.sqleditor.utils.get_column_types import get_columns_types
from pgadmin.utils.preferences import Preferences
from web.pgadmin.utils.exception import ObjectGone
from pgadmin.utils.exception import ObjectGone
from config import PG_DEFAULT_DRIVER