[fix] microdecision, obviously bad method declaration

This commit is contained in:
Laurent Peuch 2017-07-25 16:09:30 +02:00
parent 51ea069801
commit e0a50487ec

View file

@ -51,7 +51,7 @@ class BaseAuthenticator(object):
# Virtual methods
# Each authenticator classes must implement these methods.
def authenticate(password=None):
def authenticate(self, password=None):
"""Attempt to authenticate
Attempt to authenticate with given password. It should raise an