mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
321: Standard ipalib.api attribute now accepts plugins from the Backend base class
This commit is contained in:
parent
f3aaf65f1c
commit
c38b90d5d4
@ -55,6 +55,7 @@ True
|
||||
|
||||
import plugable
|
||||
import frontend
|
||||
import backend
|
||||
|
||||
api = plugable.API(
|
||||
frontend.Command,
|
||||
@ -62,4 +63,5 @@ api = plugable.API(
|
||||
frontend.Method,
|
||||
frontend.Property,
|
||||
frontend.Application,
|
||||
backend.Backend,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user