change Results API

This commit is contained in:
Christophe Benz 2010-05-07 19:35:05 +02:00
commit 40d5cc3e0e
6 changed files with 92 additions and 111 deletions

View file

@ -50,6 +50,7 @@ class Account(object):
def __repr__(self):
return u"<Account id='%s' label='%s'>" % (self.id, self.label)
class Operation(object):
def __init__(self):
self.date = None