add default formatter to export_thread

This commit is contained in:
juke 2011-03-08 20:48:20 +01:00 committed by Romain Bignon
commit c504bb14a9

View file

@ -157,6 +157,7 @@ class Boobmsg(ReplApplication):
}
COMMANDS_FORMATTERS = {'list': 'msglist',
'show': 'msg',
'export_thread': 'msg'
}