summaryrefslogtreecommitdiffstats
path: root/pyload/manager/Account.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/manager/Account.py')
-rw-r--r--pyload/manager/Account.py6
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 = {}