Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/store.py
diff options
context:
space:
mode:
Diffstat (limited to 'tutorius/store.py')
-rw-r--r--tutorius/store.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tutorius/store.py b/tutorius/store.py
index d66bb81..480c81b 100644
--- a/tutorius/store.py
+++ b/tutorius/store.py
@@ -91,8 +91,6 @@ class StoreProxy(object):
state. After a successful logon, the operation requiring a login will
be successful.
- @param username
- @param password
@return True if the login was successful, False otherwise
"""
raise NotImplementedError("login() not implemented yet")