aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
diff options
context:
space:
mode:
authorTom Christie2013-02-04 20:38:18 +0000
committerTom Christie2013-02-04 20:38:18 +0000
commitb82227e517bb7baced840b29d04a545a7b7557ae (patch)
treeaf339afccab09c72030d98b48320374ec1331322 /rest_framework
parent8e846bdf52f03d0733ac73e418152800e582b898 (diff)
downloaddjango-rest-framework-b82227e517bb7baced840b29d04a545a7b7557ae.tar.bz2
remove broken import
Diffstat (limited to 'rest_framework')
-rw-r--r--rest_framework/relations.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/relations.py b/rest_framework/relations.py
index 93f19362..a946d961 100644
--- a/rest_framework/relations.py
+++ b/rest_framework/relations.py
@@ -9,7 +9,6 @@ from django.forms.models import ModelChoiceIterator
from django.utils.translation import ugettext_lazy as _
from rest_framework.fields import Field, WritableField
from rest_framework.reverse import reverse
-from urlparse import urlparse
from rest_framework.compat import urlparse
from rest_framework.compat import smart_text
import warnings