diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-13 17:34:59 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-13 17:34:59 +0200 |
commit | 2db634796bd5426c11f7849ce480265091f128c8 (patch) | |
tree | 5a54f7535e9c0ff1ec65f05f347b6eafbb496922 /pyload/manager/Account.py | |
parent | Cleanup (diff) | |
download | pyload-2db634796bd5426c11f7849ce480265091f128c8.tar.xz |
Cleanup (2)
Diffstat (limited to 'pyload/manager/Account.py')
-rw-r--r-- | pyload/manager/Account.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pyload/manager/Account.py b/pyload/manager/Account.py index 9b7cb590a..ea6f15e87 100644 --- a/pyload/manager/Account.py +++ b/pyload/manager/Account.py @@ -144,8 +144,6 @@ class AccountManager(object): @lock - - def updateAccount(self, plugin , user, password=None, options={}): """add or update account""" if plugin in self.accounts: @@ -158,8 +156,6 @@ class AccountManager(object): @lock - - def removeAccount(self, plugin, user): """remove account""" @@ -171,8 +167,6 @@ class AccountManager(object): @lock - - def getAccountInfos(self, force=True, refresh=False): data = {} |