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