summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/infrastructure/resource_management/flavors/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/infrastructure/resource_management/flavors/views.py')
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/flavors/views.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/flavors/views.py b/openstack_dashboard/dashboards/infrastructure/resource_management/flavors/views.py
index ed619917..e66eb3fd 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/flavors/views.py
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/flavors/views.py
@@ -30,8 +30,12 @@ from horizon import forms
from horizon import tabs
from openstack_dashboard import api
-from .forms import CreateFlavor, EditFlavor
-from .tabs import FlavorDetailTabs
+from openstack_dashboard.dashboards.infrastructure. \
+ resource_management.flavors.forms import CreateFlavor
+from openstack_dashboard.dashboards.infrastructure. \
+ resource_management.flavors.forms import EditFlavor
+from openstack_dashboard.dashboards.infrastructure. \
+ resource_management.flavors.tabs import FlavorDetailTabs
LOG = logging.getLogger(__name__)