summaryrefslogtreecommitdiffstats
path: root/hyperkitty/tests_conf/urls_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/tests_conf/urls_test.py')
-rw-r--r--hyperkitty/tests_conf/urls_test.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/hyperkitty/tests_conf/urls_test.py b/hyperkitty/tests_conf/urls_test.py
deleted file mode 100644
index c4cd3a0..0000000
--- a/hyperkitty/tests_conf/urls_test.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# -*- coding: utf-8 -*-
-
-import hyperkitty
-
-from django.conf.urls.defaults import *
-
-urlpatterns = patterns('',
- #url(r'^$', 'hyperkitty.views.pages.index'),
- (r'^hyperkitty/', include('hyperkitty.urls')),
- #url(r'', include('social_auth.urls')),
-)