summaryrefslogtreecommitdiffstats
path: root/hyperkitty/tests_conf/urls_test.py
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-19 12:27:35 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-19 12:45:34 +0100
commit838660b2faf2f419838dec591214c533323bb332 (patch)
tree10ef0830942fd19ef650305ecf3b2bac64cf6a8f /hyperkitty/tests_conf/urls_test.py
parent4889bb7371b0fc8ce427aa761be00c6b1ac3d212 (diff)
downloadhyperkitty-838660b2faf2f419838dec591214c533323bb332.tar.gz
hyperkitty-838660b2faf2f419838dec591214c533323bb332.tar.xz
hyperkitty-838660b2faf2f419838dec591214c533323bb332.zip
Fix unit tests
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')),
-)