diff options
| author | tom christie tom@tomchristie.com | 2010-12-30 01:02:11 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2010-12-30 01:02:11 +0000 |
| commit | 8a12f89aaacfc0839d6ab1e62b4b5046930517ba (patch) | |
| tree | 3f0b4fd095d93c5b003832b5e19ecf7f670924ab /src/testarchive/urls.py | |
| parent | 650111dc8c0800e5b7d4c878c1d454657b68efca (diff) | |
| download | django-rest-framework-8a12f89aaacfc0839d6ab1e62b4b5046930517ba.tar.bz2 | |
Added tests
Diffstat (limited to 'src/testarchive/urls.py')
| -rw-r--r-- | src/testarchive/urls.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/testarchive/urls.py b/src/testarchive/urls.py deleted file mode 100644 index 81aa0fa8..00000000 --- a/src/testarchive/urls.py +++ /dev/null @@ -1,7 +0,0 @@ -from django.conf.urls.defaults import patterns -from testarchive.views import RootResource - - -urlpatterns = patterns('', - (r'^$', RootResource), -) |
