Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
delfick committed Jan 16, 2012
1 parent 848600c commit c76c510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dict2xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def ret(nodes, wrapped):
def build(self, data):
return Node(self.wrap, "", data).serialize(self.indenter)

def dict2xml(data, **kwargs)
def dict2xml(data, **kwargs):
""" Return an XML string of a Python dict object """
converter = Converter(wrap='all', **kwargs)
return converter.build(data)

0 comments on commit c76c510

Please sign in to comment.