diff options
| author | Tom Christie | 2011-03-13 17:08:46 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-03-13 17:08:46 +0000 |
| commit | bed7d8c3a99425b8dfa5c5a9c6b1d49a46f5284f (patch) | |
| tree | d3ad16683a727ea847ca807660419e3f290929cb /djangorestframework/runtests/urls.py | |
| parent | d6e7e95d95e7367f0d999c14d874d810a028a177 (diff) | |
| download | django-rest-framework-bed7d8c3a99425b8dfa5c5a9c6b1d49a46f5284f.tar.bz2 | |
tox, runcoverage, and setup.py test
Diffstat (limited to 'djangorestframework/runtests/urls.py')
| -rw-r--r-- | djangorestframework/runtests/urls.py | 7 |
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 |
