diff options
| author | tom christie tom@tomchristie.com | 2011-03-10 08:58:34 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-03-10 08:58:34 +0000 |
| commit | d6e7e95d95e7367f0d999c14d874d810a028a177 (patch) | |
| tree | 222ea78e9df9415bd220aa0a357a5cf8dc3aaf60 /djangorestframework/tests/urls.py | |
| parent | 547a98da8cce9efb548089b33b9879026586c36c (diff) | |
| download | django-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.py | 7 |
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 |
