diff options
| author | Tom Christie | 2012-01-11 13:44:11 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-01-11 13:44:11 +0000 |
| commit | c8134a6340b342b617022186da7d79e9e9eb755c (patch) | |
| tree | a2547f87ec5cd68b08999b192159dc16e4d8aa75 /djangorestframework | |
| parent | b1105edfedd6fed932fc97520fd8e0a8cbf05f1f (diff) | |
| download | django-rest-framework-c8134a6340b342b617022186da7d79e9e9eb755c.tar.bz2 | |
Replace tab with spaces.
Diffstat (limited to 'djangorestframework')
| -rw-r--r-- | djangorestframework/parsers.py | 2 |
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' ) |
