aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
diff options
context:
space:
mode:
authorTom Christie2012-01-11 13:44:11 +0000
committerTom Christie2012-01-11 13:44:11 +0000
commitc8134a6340b342b617022186da7d79e9e9eb755c (patch)
treea2547f87ec5cd68b08999b192159dc16e4d8aa75 /djangorestframework
parentb1105edfedd6fed932fc97520fd8e0a8cbf05f1f (diff)
downloaddjango-rest-framework-c8134a6340b342b617022186da7d79e9e9eb755c.tar.bz2
Replace tab with spaces.
Diffstat (limited to 'djangorestframework')
-rw-r--r--djangorestframework/parsers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/parsers.py b/djangorestframework/parsers.py
index 7d765022..c218e5ee 100644
--- a/djangorestframework/parsers.py
+++ b/djangorestframework/parsers.py
@@ -31,7 +31,7 @@ __all__ = (
'FormParser',
'MultiPartParser',
'YAMLParser',
- 'XMLParser'
+ 'XMLParser'
)