aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/emitters.py
diff options
context:
space:
mode:
authorTom Christie2011-04-27 18:44:21 +0100
committerTom Christie2011-04-27 18:44:21 +0100
commit5a59f339c1757767b136de33faa5b67a972141a1 (patch)
tree56af543c3312875e8e945248293ebc263d833b44 /djangorestframework/emitters.py
parentb18302586c0eeea2e09c799544b9c0a855e11755 (diff)
downloaddjango-rest-framework-5a59f339c1757767b136de33faa5b67a972141a1.tar.bz2
Urg. Fixing broken merge
Diffstat (limited to 'djangorestframework/emitters.py')
-rw-r--r--djangorestframework/emitters.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/djangorestframework/emitters.py b/djangorestframework/emitters.py
index 2702758b..d2b06c13 100644
--- a/djangorestframework/emitters.py
+++ b/djangorestframework/emitters.py
@@ -9,8 +9,14 @@ from django.template import RequestContext, loader
from django.utils import simplejson as json
from django import forms
-from decimal import Decimal
+from djangorestframework.utils import dict2xml, url_resolves
+from djangorestframework.markdownwrapper import apply_markdown
+from djangorestframework.breadcrumbs import get_breadcrumbs
+from djangorestframework.description import get_name, get_description
+from djangorestframework import status
+from decimal import Decimal
+import string
# TODO: Rename verbose to something more appropriate
# TODO: Maybe None could be handled more cleanly. It'd be nice if it was handled by default,