summaryrefslogtreecommitdiff
path: root/horizon/test/test_dashboards/cats/tigers/panel.py
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/test/test_dashboards/cats/tigers/panel.py')
-rw-r--r--horizon/test/test_dashboards/cats/tigers/panel.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/horizon/test/test_dashboards/cats/tigers/panel.py b/horizon/test/test_dashboards/cats/tigers/panel.py
deleted file mode 100644
index 6439ef51..00000000
--- a/horizon/test/test_dashboards/cats/tigers/panel.py
+++ /dev/null
@@ -1,14 +0,0 @@
-from django.utils.translation import ugettext_lazy as _
-
-import horizon
-
-from horizon.test.test_dashboards.cats import dashboard
-
-
-class Tigers(horizon.Panel):
- name = _("Tigers")
- slug = "tigers"
- permissions = ("horizon.test",)
-
-
-dashboard.Cats.register(Tigers)