diff options
Diffstat (limited to 'rest_framework/compat.py')
| -rw-r--r-- | rest_framework/compat.py | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/rest_framework/compat.py b/rest_framework/compat.py index da2496d8..06da3770 100644 --- a/rest_framework/compat.py +++ b/rest_framework/compat.py @@ -244,13 +244,6 @@ except ImportError:      yaml = None -# XML is optional -try: -    import defusedxml.ElementTree as etree -except ImportError: -    etree = None - -  # `seperators` argument to `json.dumps()` differs between 2.x and 3.x  # See: http://bugs.python.org/issue22767  if six.PY3: | 
