aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/runtests/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'djangorestframework/runtests/urls.py')
-rw-r--r--djangorestframework/runtests/urls.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/djangorestframework/runtests/urls.py b/djangorestframework/runtests/urls.py
new file mode 100644
index 00000000..45555813
--- /dev/null
+++ b/djangorestframework/runtests/urls.py
@@ -0,0 +1,7 @@
+"""
+Blank URLConf just to keep runtests.py happy.
+"""
+from django.conf.urls.defaults import *
+
+urlpatterns = patterns('',
+) \ No newline at end of file