summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/infrastructure/resource_management/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/infrastructure/resource_management/views.py')
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/views.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/views.py b/openstack_dashboard/dashboards/infrastructure/resource_management/views.py
index c77b5517..53ef51c0 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/views.py
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/views.py
@@ -21,7 +21,8 @@ Views for Resource Management.
from horizon import tabs
-from .tabs import ResourceManagementTabs
+from openstack_dashboard.dashboards.infrastructure. \
+ resource_management.tabs import ResourceManagementTabs
class IndexView(tabs.TabbedTableView):