feeds: pretty_print was made a default
parent
90110a4661
commit
17856929fe
|
@ -171,7 +171,7 @@ class FeedBase(object):
|
|||
|
||||
def tostring(self, **k):
|
||||
""" Returns string using lxml. Arguments passed to tostring """
|
||||
return etree.tostring(self.xml, pretty_print=True, **k)
|
||||
return etree.tostring(self.xml, **k)
|
||||
|
||||
|
||||
class FeedDescriptor(object):
|
||||
|
|
Loading…
Reference in New Issue