aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests
diff options
context:
space:
mode:
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