summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/infrastructure/overview/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/infrastructure/overview/urls.py')
-rw-r--r--openstack_dashboard/dashboards/infrastructure/overview/urls.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/overview/urls.py b/openstack_dashboard/dashboards/infrastructure/overview/urls.py
index e09af394..5176c21a 100644
--- a/openstack_dashboard/dashboards/infrastructure/overview/urls.py
+++ b/openstack_dashboard/dashboards/infrastructure/overview/urls.py
@@ -17,7 +17,8 @@
from django.conf.urls.defaults import patterns
from django.conf.urls.defaults import url
-from .views import IndexView
+from openstack_dashboard.dashboards.infrastructure. \
+ overview.views import IndexView
urlpatterns = patterns('',