use 'table' as default formatter in boobank

This commit is contained in:
Romain Bignon 2010-10-16 18:59:45 +02:00
commit 3e643ef7ab
2 changed files with 6 additions and 2 deletions

View file

@ -37,7 +37,7 @@ class Account(CapBaseObject):
self.add_field('label', basestring)
self.add_field('balance', float)
self.add_field('coming', float)
self.add_field('link_id', basestring)
self.link_id = None
def __repr__(self):
return u"<Account id='%s' label='%s'>" % (self.id, self.label)