diff options
| author | José Padilla | 2014-11-29 14:50:51 -0400 | 
|---|---|---|
| committer | José Padilla | 2014-11-29 14:57:51 -0400 | 
| commit | 7f9dc736728baf92a3198a7f90bd302fff240373 (patch) | |
| tree | 45b8e34c802f57d28ded3c355f16ae4ebc0ffba0 /rest_framework/compat.py | |
| parent | 3a5b3772fefc3c2f2c0899947cbc07bfe6e6b5d2 (diff) | |
| download | django-rest-framework-7f9dc736728baf92a3198a7f90bd302fff240373.tar.bz2 | |
Remove XML support from core
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 5bd85e74..899dd2b4 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 - -  # OAuth2 is optional  try:      # Note: The `oauth2` package actually provides oauth1.0a support.  Urg. | 
