mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
103: Fixed missing API.__keys assignment
This commit is contained in:
parent
0edb22c9ac
commit
d7958f3fde
@ -425,7 +425,7 @@ class Registrar(ReadOnly):
|
||||
|
||||
class API(ReadOnly):
|
||||
def __init__(self, *allowed):
|
||||
keys = tuple(b.__name__ for b in allowed)
|
||||
self.__keys = tuple(b.__name__ for b in allowed)
|
||||
self.register = Registrar(*allowed)
|
||||
self.__lock__()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user