mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
@@ -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):
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user