summaryrefslogtreecommitdiff
path: root/horizon/test/test_dashboards/cats/tigers/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/test/test_dashboards/cats/tigers/urls.py')
-rw-r--r--horizon/test/test_dashboards/cats/tigers/urls.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/horizon/test/test_dashboards/cats/tigers/urls.py b/horizon/test/test_dashboards/cats/tigers/urls.py
deleted file mode 100644
index 65352324..00000000
--- a/horizon/test/test_dashboards/cats/tigers/urls.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from django.conf.urls.defaults import patterns
-from django.conf.urls.defaults import url
-
-from horizon.test.test_dashboards.cats.tigers.views import IndexView
-
-urlpatterns = patterns('',
- url(r'^$', IndexView.as_view(), name='index'),
-)