diff options
| author | Tom Christie | 2011-04-27 18:36:43 +0100 |
|---|---|---|
| committer | Tom Christie | 2011-04-27 18:36:43 +0100 |
| commit | b18302586c0eeea2e09c799544b9c0a855e11755 (patch) | |
| tree | 7aebd2f341f9e8f5b5c0e8bc23114afb05c2a1f6 /djangorestframework/tests/authentication.py | |
| parent | 1e1c4f85fc0d1a9ea0593b6906b6a09ec549c972 (diff) | |
| download | django-rest-framework-b18302586c0eeea2e09c799544b9c0a855e11755.tar.bz2 | |
Urg. Fix broken merging.
Diffstat (limited to 'djangorestframework/tests/authentication.py')
| -rw-r--r-- | djangorestframework/tests/authentication.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/djangorestframework/tests/authentication.py b/djangorestframework/tests/authentication.py index a43a87b3..248bd87a 100644 --- a/djangorestframework/tests/authentication.py +++ b/djangorestframework/tests/authentication.py @@ -1,12 +1,8 @@ from django.conf.urls.defaults import patterns -<<<<<<< local -from django.test import TestCase -from django.test import Client from django.contrib.auth.models import User from django.contrib.auth import login -======= from django.test import Client, TestCase ->>>>>>> other + from django.utils import simplejson as json from djangorestframework.compat import RequestFactory |
