move boobank useful code into weboob.frontends.boobank

This commit is contained in:
Christophe Benz 2010-04-14 18:37:33 +02:00
commit 8bb58b6fe7
4 changed files with 107 additions and 59 deletions

View file

@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""
from weboob.frontends.boobank.monfric import MonFric
from weboob.frontends.boobank import MonFric
if __name__ == '__main__':
MonFric.run()