summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/infrastructure/service_management/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/infrastructure/service_management/urls.py')
-rw-r--r--openstack_dashboard/dashboards/infrastructure/service_management/urls.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/service_management/urls.py b/openstack_dashboard/dashboards/infrastructure/service_management/urls.py
index d6e4d2d5..8d2a2fde 100644
--- a/openstack_dashboard/dashboards/infrastructure/service_management/urls.py
+++ b/openstack_dashboard/dashboards/infrastructure/service_management/urls.py
@@ -14,9 +14,11 @@
# License for the specific language governing permissions and limitations
# under the License.
-from django.conf.urls.defaults import patterns, url
+from django.conf.urls.defaults import patterns
+from django.conf.urls.defaults import url
-from .views import IndexView
+from openstack_dashboard.dashboards.infrastructure. \
+ service_management.views import IndexView
urlpatterns = patterns('',