summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/routers/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/admin/routers/views.py')
-rw-r--r--openstack_dashboard/dashboards/admin/routers/views.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/openstack_dashboard/dashboards/admin/routers/views.py b/openstack_dashboard/dashboards/admin/routers/views.py
index 0da2c0500..7be126bdc 100644
--- a/openstack_dashboard/dashboards/admin/routers/views.py
+++ b/openstack_dashboard/dashboards/admin/routers/views.py
@@ -18,8 +18,6 @@
Views for managing Neutron Routers.
"""
-import logging
-
from django.core.urlresolvers import reverse_lazy # noqa
from django.utils.translation import ugettext_lazy as _ # noqa
@@ -33,9 +31,6 @@ from openstack_dashboard.dashboards.admin.routers.ports \
from openstack_dashboard.dashboards.admin.routers import tables
-LOG = logging.getLogger(__name__)
-
-
class IndexView(r_views.IndexView, n_views.IndexView):
table_class = tables.RoutersTable
template_name = 'admin/routers/index.html'