aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/runtests/urls.py
diff options
context:
space:
mode:
authorTom Christie2012-09-20 13:19:43 +0100
committerTom Christie2012-09-20 13:19:43 +0100
commit87dae4d8549c02fa9a57adb3bb876d249dae1f79 (patch)
treef3cf967490b79045ddf2be03e1e2ecebb23f58eb /djangorestframework/runtests/urls.py
parent4b691c402707775c3048a90531024f3bc5be6f91 (diff)
downloaddjango-rest-framework-87dae4d8549c02fa9a57adb3bb876d249dae1f79.tar.bz2
Remove old 'djangorestframework directories
Diffstat (limited to 'djangorestframework/runtests/urls.py')
-rw-r--r--djangorestframework/runtests/urls.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/djangorestframework/runtests/urls.py b/djangorestframework/runtests/urls.py
deleted file mode 100644
index 4b7da787..00000000
--- a/djangorestframework/runtests/urls.py
+++ /dev/null
@@ -1,7 +0,0 @@
-"""
-Blank URLConf just to keep runtests.py happy.
-"""
-from django.conf.urls.defaults import *
-
-urlpatterns = patterns('',
-)