don't use tostring(), maybe add method='text'

This commit is contained in:
juke 2011-02-02 20:37:57 +01:00 committed by Romain Bignon
commit b3e830665b
3 changed files with 8 additions and 9 deletions

View file

@ -34,6 +34,6 @@ class CleanBoob(ReplApplication):
def main(self, argv):
for backend, content in self.do('get_thread', argv[1]):
self.format(content)
#print content
#self.format(content)
self.format(content.root)
return 0