From 6bdacdfcf080fd7912cc05e2e6d1df5ff6efc5ec Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 11 Jan 2012 10:11:18 +0000 Subject: [PATCH] Replace tab with spaces. --- djangorestframework/parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangorestframework/parsers.py b/djangorestframework/parsers.py index 7d7650221..c218e5ee5 100644 --- a/djangorestframework/parsers.py +++ b/djangorestframework/parsers.py @@ -31,7 +31,7 @@ __all__ = ( 'FormParser', 'MultiPartParser', 'YAMLParser', - 'XMLParser' + 'XMLParser' )