init python: for field in dir(persistent): if "Unlocked" in field and getattr(persistent, field) == False: setattr(persistent, field, True)