aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/files.py
diff options
context:
space:
mode:
authorTom Christie2011-05-12 15:11:14 +0100
committerTom Christie2011-05-12 15:11:14 +0100
commitb5b231a874c7d8d54b1d3849cb95337f15bac9c6 (patch)
treef0d891b40038d9ef23a9656163b42f3f95c3332b /djangorestframework/tests/files.py
parent15f9e7c56699d31043782045a9fe47c354f612cb (diff)
downloaddjango-rest-framework-b5b231a874c7d8d54b1d3849cb95337f15bac9c6.tar.bz2
yet more API cleanup
Diffstat (limited to 'djangorestframework/tests/files.py')
-rw-r--r--djangorestframework/tests/files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/tests/files.py b/djangorestframework/tests/files.py
index fc82fd83..afa59b4e 100644
--- a/djangorestframework/tests/files.py
+++ b/djangorestframework/tests/files.py
@@ -2,7 +2,7 @@ from django.test import TestCase
from django import forms
from djangorestframework.compat import RequestFactory
from djangorestframework.views import BaseView
-from djangorestframework.resource import FormResource
+from djangorestframework.resources import FormResource
import StringIO
class UploadFilesTests(TestCase):