summaryrefslogtreecommitdiffstats
path: root/starlingx/starlingx/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'starlingx/starlingx/urls.py')
-rw-r--r--starlingx/starlingx/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/starlingx/starlingx/urls.py b/starlingx/starlingx/urls.py
index ca9ef240..f340b7fd 100644
--- a/starlingx/starlingx/urls.py
+++ b/starlingx/starlingx/urls.py
@@ -15,7 +15,7 @@
from django.conf.urls import include, url
from starlingx_base.registration import registration
from newton_base.openoapi import tenants
-from newton_base.resource import capacity
+from starlingx_base.resource import capacity
from starlingx_base.resource import infra_workload
urlpatterns = [