aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/urls.py
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-03-10 08:58:34 +0000
committertom christie tom@tomchristie.com2011-03-10 08:58:34 +0000
commitd6e7e95d95e7367f0d999c14d874d810a028a177 (patch)
tree222ea78e9df9415bd220aa0a357a5cf8dc3aaf60 /djangorestframework/tests/urls.py
parent547a98da8cce9efb548089b33b9879026586c36c (diff)
downloaddjango-rest-framework-d6e7e95d95e7367f0d999c14d874d810a028a177.tar.bz2
First pass at rolling the test running into the djangorestframework package
Diffstat (limited to 'djangorestframework/tests/urls.py')
-rw-r--r--djangorestframework/tests/urls.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/djangorestframework/tests/urls.py b/djangorestframework/tests/urls.py
new file mode 100644
index 00000000..45555813
--- /dev/null
+++ b/djangorestframework/tests/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