etourderie dans le dernier commit

This commit is contained in:
Bryce Tichit 2014-09-02 21:56:38 +02:00
parent 8259f23703
commit d6d781c585

View File

@ -67,7 +67,7 @@ class Passwords(object):
@static_method
def generate_password_admin():
return b2a_hex(os.urandom(4))
return b2a_hex(urandom(4))
#end class