From 8bb2d40bff1df635b30b5a065fea3c93e9486e0c Mon Sep 17 00:00:00 2001 From: Romain Beuque Date: Wed, 3 Sep 2014 21:03:32 +0200 Subject: [PATCH] correction d'un autre bug du commit de Bryce --- Brie/brie/lib/name_translation_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Brie/brie/lib/name_translation_helpers.py b/Brie/brie/lib/name_translation_helpers.py index 2fcf265..b79033a 100644 --- a/Brie/brie/lib/name_translation_helpers.py +++ b/Brie/brie/lib/name_translation_helpers.py @@ -65,7 +65,7 @@ class Passwords(object): return password #end def - @static_method + @staticmethod def generate_password_admin(): return b2a_hex(urandom(4))