aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/compat.py
diff options
context:
space:
mode:
authorTom Christie2012-10-27 10:32:49 +0100
committerTom Christie2012-10-27 10:33:01 +0100
commit44207a347ac765d900f15b65bdd24dbf8eb9ead2 (patch)
treea047158936d13e635f9602aa4689f67d1582fb0d /rest_framework/compat.py
parent2026d5f1d93da7c16a58590a561563cfea3b9ad1 (diff)
downloaddjango-rest-framework-44207a347ac765d900f15b65bdd24dbf8eb9ead2.tar.bz2
pep8
Diffstat (limited to 'rest_framework/compat.py')
-rw-r--r--rest_framework/compat.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/rest_framework/compat.py b/rest_framework/compat.py
index 7664c400..b0367a32 100644
--- a/rest_framework/compat.py
+++ b/rest_framework/compat.py
@@ -1,6 +1,8 @@
"""
-The :mod:`compat` module provides support for backwards compatibility with older versions of django/python.
+The `compat` module provides support for backwards compatibility with older
+versions of django/python, and compatbility wrappers around optional packages.
"""
+# flake8: noqa
import django
# cStringIO only if it's available, otherwise StringIO