summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/resource_management/flavors/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/resource_management/flavors/urls.py')
-rw-r--r--tuskar_ui/infrastructure/resource_management/flavors/urls.py17
1 files changed, 6 insertions, 11 deletions
diff --git a/tuskar_ui/infrastructure/resource_management/flavors/urls.py b/tuskar_ui/infrastructure/resource_management/flavors/urls.py
index ec485327..11f010e0 100644
--- a/tuskar_ui/infrastructure/resource_management/flavors/urls.py
+++ b/tuskar_ui/infrastructure/resource_management/flavors/urls.py
@@ -16,20 +16,15 @@
from django.conf.urls.defaults import patterns
from django.conf.urls.defaults import url
-from openstack_dashboard.dashboards.infrastructure. \
- resource_management.flavors.views import ActiveInstancesDataView
-from openstack_dashboard.dashboards.infrastructure. \
- resource_management.flavors.views import CreateView
-from openstack_dashboard.dashboards.infrastructure. \
- resource_management.flavors.views import DetailEditView
-from openstack_dashboard.dashboards.infrastructure. \
- resource_management.flavors.views import DetailView
-from openstack_dashboard.dashboards.infrastructure. \
- resource_management.flavors.views import EditView
+from tuskar_ui.infrastructure.resource_management.flavors.views import ActiveInstancesDataView
+from tuskar_ui.infrastructure.resource_management.flavors.views import CreateView
+from tuskar_ui.infrastructure.resource_management.flavors.views import DetailEditView
+from tuskar_ui.infrastructure.resource_management.flavors.views import DetailView
+from tuskar_ui.infrastructure.resource_management.flavors.views import EditView
FLAVORS = r'^(?P<flavor_id>[^/]+)/%s$'
-VIEW_MOD = 'openstack_dashboard.dashboards.infrastructure.' \
+VIEW_MOD = 'tuskar_ui.infrastructure.' \
'resource_management.flavors.views'
urlpatterns = patterns(VIEW_MOD,