mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix syntax error
This commit is contained in:
parent
39ad5ccffa
commit
250734aea5
@ -40,7 +40,7 @@ class delegation(frontend.Object):
|
|||||||
'target',
|
'target',
|
||||||
Param('name', primary_key=True)
|
Param('name', primary_key=True)
|
||||||
)
|
)
|
||||||
api.register(user)
|
api.register(delegation)
|
||||||
|
|
||||||
|
|
||||||
class delegation_add(crud.Add):
|
class delegation_add(crud.Add):
|
||||||
|
Loading…
Reference in New Issue
Block a user