aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/urls.py
diff options
context:
space:
mode:
authorTom Christie2011-03-13 17:13:18 +0000
committerTom Christie2011-03-13 17:13:18 +0000
commit0f0fd13d1358863c2fd92bb75d32d411e84730eb (patch)
tree27e988c69a5c0c7aecb808e0a109d25976b40499 /djangorestframework/tests/urls.py
parentbed7d8c3a99425b8dfa5c5a9c6b1d49a46f5284f (diff)
downloaddjango-rest-framework-0f0fd13d1358863c2fd92bb75d32d411e84730eb.tar.bz2
test refactoring
Diffstat (limited to 'djangorestframework/tests/urls.py')
-rw-r--r--djangorestframework/tests/urls.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/djangorestframework/tests/urls.py b/djangorestframework/tests/urls.py
deleted file mode 100644
index 45555813..00000000
--- a/djangorestframework/tests/urls.py
+++ /dev/null
@@ -1,7 +0,0 @@
-"""
-Blank URLConf just to keep runtests.py happy.
-"""
-from django.conf.urls.defaults import *
-
-urlpatterns = patterns('',
-) \ No newline at end of file