Commit 2dc042f0 by Tom Christie

Picky. :)

parent f43f20bd
...@@ -173,4 +173,4 @@ DEFAULT_PARSERS = ( JSONParser, ...@@ -173,4 +173,4 @@ DEFAULT_PARSERS = ( JSONParser,
MultiPartParser ) MultiPartParser )
if YAMLParser: if YAMLParser:
DEFAULT_PARSERS += (YAMLParser,) DEFAULT_PARSERS += ( YAMLParser, )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment