From bed7d8c3a99425b8dfa5c5a9c6b1d49a46f5284f Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sun, 13 Mar 2011 17:08:46 +0000 Subject: tox, runcoverage, and setup.py test --- djangorestframework/runtests/urls.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 djangorestframework/runtests/urls.py (limited to 'djangorestframework/runtests/urls.py') 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 -- cgit v1.2.3