summaryrefslogtreecommitdiffstats
path: root/share/newton_base/extensions/extensions.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/newton_base/extensions/extensions.py')
-rw-r--r--share/newton_base/extensions/extensions.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/newton_base/extensions/extensions.py b/share/newton_base/extensions/extensions.py
index fb6455b1..6b3ecb57 100644
--- a/share/newton_base/extensions/extensions.py
+++ b/share/newton_base/extensions/extensions.py
@@ -24,9 +24,9 @@ from rest_framework import status
from rest_framework.response import Response
from rest_framework.views import APIView
-from newton.pub.exceptions import VimDriverNewtonException
-from newton.requests.views.util import VimDriverUtils
-from newton.pub.msapi import extsys
+from common.exceptions import VimDriverNewtonException
+from newton_base.util import VimDriverUtils
+from common.msapi import extsys
logger = logging.getLogger(__name__)