# HG changeset patch # User Jeff Hammel # Date 1349911455 25200 # Node ID 4521527b93f6364811d2ddef3223110a603da74e # Parent e0ea3f0b407a011feac6b848147d49d2094916a5 syntax error diff -r e0ea3f0b407a -r 4521527b93f6 dogdish/dispatcher.py --- a/dogdish/dispatcher.py Wed Oct 10 16:23:34 2012 -0700 +++ b/dogdish/dispatcher.py Wed Oct 10 16:24:15 2012 -0700 @@ -45,7 +45,7 @@ def __call__(self): return Response(content_type='text/xml', - self.body) + body=self.body) class Dispatcher(object):