From 2db634796bd5426c11f7849ce480265091f128c8 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 13 Apr 2015 17:34:59 +0200 Subject: Cleanup (2) --- pyload/manager/Account.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pyload/manager/Account.py') 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 = {} -- cgit v1.2.3