Code cleaned using Pylint, fixes various minor bugs too.

This commit is contained in:
Guillaume Ayoub
2010-02-10 18:57:21 +01:00
parent a75bb261ed
commit 21a743fcde
11 changed files with 225 additions and 175 deletions

View File

@@ -25,6 +25,6 @@ No rights management.
"""
def has_right(user, password):
def has_right(*_):
"""Check if ``user``/``password`` couple is valid."""
return True