diff options
| author | 2015-04-13 17:34:59 +0200 | |
|---|---|---|
| committer | 2015-04-13 17:34:59 +0200 | |
| commit | 2db634796bd5426c11f7849ce480265091f128c8 (patch) | |
| tree | 5a54f7535e9c0ff1ec65f05f347b6eafbb496922 /pyload/plugin/Account.py | |
| parent | Cleanup (diff) | |
| download | pyload-2db634796bd5426c11f7849ce480265091f128c8.tar.xz | |
Cleanup (2)
Diffstat (limited to 'pyload/plugin/Account.py')
| -rw-r--r-- | pyload/plugin/Account.py | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/pyload/plugin/Account.py b/pyload/plugin/Account.py index 09dd90ad0..6a3eddc5b 100644 --- a/pyload/plugin/Account.py +++ b/pyload/plugin/Account.py @@ -63,8 +63,6 @@ class Account(Base):      @lock - -      def _login(self, user, data):          # set timestamp for login          self.timestamps[user] = time() @@ -139,8 +137,6 @@ class Account(Base):      @lock - -      def getAccountInfo(self, name, force=False):          """retrieve account infos for an user, do **not** overwrite this method!\\          just use it to retrieve infos in hoster plugins. see `loadAccountInfo` @@ -299,8 +295,6 @@ class Account(Base):      @lock - -      def checkLogin(self, user):          """ checks if user is still logged in """          if user in self.timestamps:  | 
