diff options
| author | Tom Christie | 2012-12-27 20:20:01 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-12-27 20:20:01 +0000 |
| commit | eefd5b05fbd7639fa813728bde44f1614875866e (patch) | |
| tree | bbc5d831a539bb991801419af6baa156c4d039b4 /rest_framework/runtests/urls.py | |
| parent | 4b32cda5a8a32bf43e80dfbe6d9d17a07b20152c (diff) | |
| download | django-rest-framework-eefd5b05fbd7639fa813728bde44f1614875866e.tar.bz2 | |
Use compat import of urlpatterns
Diffstat (limited to 'rest_framework/runtests/urls.py')
| -rw-r--r-- | rest_framework/runtests/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/runtests/urls.py b/rest_framework/runtests/urls.py index 4b7da787..ed5baeae 100644 --- a/rest_framework/runtests/urls.py +++ b/rest_framework/runtests/urls.py @@ -1,7 +1,7 @@ """ Blank URLConf just to keep runtests.py happy. """ -from django.conf.urls.defaults import * +from rest_framework.compat import patterns urlpatterns = patterns('', ) |
