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))