Weboob class
This commit is contained in:
parent
34f42b9af1
commit
9a9862e935
3 changed files with 49 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue