aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests
diff options
context:
space:
mode:
authorTom Christie2011-05-13 09:59:36 +0100
committerTom Christie2011-05-13 09:59:36 +0100
commit8f6bcac7f3f156831343cc7fec79f624dcc2639f (patch)
treeea5017ba47fdbd4410e768c5851a098eed0045d5 /djangorestframework/tests
parent44c8b89c6051483677e72a6fc657b1e0457182d1 (diff)
downloaddjango-rest-framework-8f6bcac7f3f156831343cc7fec79f624dcc2639f.tar.bz2
cleanup
Diffstat (limited to 'djangorestframework/tests')
-rw-r--r--djangorestframework/tests/resources.py (renamed from djangorestframework/tests/resource.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/tests/resource.py b/djangorestframework/tests/resources.py
index 0ed41951..6aa569d3 100644
--- a/djangorestframework/tests/resource.py
+++ b/djangorestframework/tests/resources.py
@@ -1,6 +1,6 @@
"""Tests for the resource module"""
from django.test import TestCase
-from djangorestframework.resource import _object_to_data
+from djangorestframework.resources import _object_to_data
import datetime
import decimal