try to resolve this fucking encoding bug

This commit is contained in:
juke 2011-02-02 20:04:53 +01:00 committed by Romain Bignon
commit 75859bd5f4
2 changed files with 11 additions and 9 deletions

View file

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