correction d'un autre bug du commit de Bryce

This commit is contained in:
Romain Beuque 2014-09-03 21:03:32 +02:00
parent 3100eb5dbd
commit 8bb2d40bff

View File

@ -65,7 +65,7 @@ class Passwords(object):
return password
#end def
@static_method
@staticmethod
def generate_password_admin():
return b2a_hex(urandom(4))