Weboob class

This commit is contained in:
Romain Bignon 2010-02-20 13:48:27 +01:00
commit 9a9862e935
3 changed files with 49 additions and 12 deletions

View file

@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""
import sys
from dlfp import DLFP
from weboob import Weboob
class User:
def __init__(self, username, password, email):
@ -30,8 +30,10 @@ class User:
self.email = email
class Application:
APPNAME = 'weboob2mail'
def __init__(self):
pass
self.weboob = Weboob(self.APPNAME)
def main(self, argv):
pass