diff options
| author | Tom Christie | 2012-10-27 10:32:49 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-10-27 10:33:01 +0100 | 
| commit | 44207a347ac765d900f15b65bdd24dbf8eb9ead2 (patch) | |
| tree | a047158936d13e635f9602aa4689f67d1582fb0d /rest_framework/compat.py | |
| parent | 2026d5f1d93da7c16a58590a561563cfea3b9ad1 (diff) | |
| download | django-rest-framework-44207a347ac765d900f15b65bdd24dbf8eb9ead2.tar.bz2 | |
pep8
Diffstat (limited to 'rest_framework/compat.py')
| -rw-r--r-- | rest_framework/compat.py | 4 | 
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 | 
