'ls' and 'history' boobank commands implemented for the new backend fortuneo

This commit is contained in:
sputnick 2012-04-20 23:58:18 +02:00 committed by Romain Bignon
commit d9c8e9ccdb
6 changed files with 155 additions and 267 deletions

View file

@ -21,3 +21,5 @@
from .backend import FortuneoBackend
__all__ = ['FortuneoBackend']
# vim:ts=4:sw=4