Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
antitree committed Feb 5, 2012
1 parent c27d783 commit c3acd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def main():
ap = axmlprinter.AXMLPrinter(open('test.xml', 'rb').read())
buff = minidom.parseString(ap.getBuff()).toprettyxml()
buff = minidom.parseString(ap.getBuff()).toxml()
print(buff)

if __name__ == "__main__":
Expand Down

0 comments on commit c3acd12

Please sign in to comment.