summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py')
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py b/openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py
index cb53400d..faae3945 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py
@@ -15,8 +15,10 @@
from django.conf.urls.defaults import patterns
from django.conf.urls.defaults import url
-from .views import DetailView
-from .views import UnrackedView
+from openstack_dashboard.dashboards.infrastructure. \
+ resource_management.nodes.views import DetailView
+from openstack_dashboard.dashboards.infrastructure. \
+ resource_management.nodes.views import UnrackedView
NODES = r'^(?P<node_id>[^/]+)/%s$'