Importish fix

This commit is contained in:
Jon Tibble 2010-07-03 22:52:28 +01:00
parent aa390e9831
commit 0f53c65f4f
1 changed files with 1 additions and 1 deletions

View File

@ -133,4 +133,4 @@ class SongXMLParser(object):
"""
Debugging aid to dump XML so that we can see what we have.
"""
return dump(self.song_xml)
return etree.dump(self.song_xml)