summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/info/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/admin/info/views.py')
-rw-r--r--openstack_dashboard/dashboards/admin/info/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/admin/info/views.py b/openstack_dashboard/dashboards/admin/info/views.py
index d0f7f8f0b..3dd1e2e7a 100644
--- a/openstack_dashboard/dashboards/admin/info/views.py
+++ b/openstack_dashboard/dashboards/admin/info/views.py
@@ -22,7 +22,7 @@ import logging
from horizon import tabs
-from .tabs import SystemInfoTabs
+from openstack_dashboard.dashboards.admin.info.tabs import SystemInfoTabs
LOG = logging.getLogger(__name__)