diff --git a/Brie/brie/lib/name_translation_helpers.py b/Brie/brie/lib/name_translation_helpers.py index a2a5fe6..2fcf265 100644 --- a/Brie/brie/lib/name_translation_helpers.py +++ b/Brie/brie/lib/name_translation_helpers.py @@ -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