mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
New Param: ipalib.__init__ no longer import ipa_types and instead imports appropriate classes from parameters
This commit is contained in:
parent
47e8b1c0b7
commit
f3e0900ebc
@ -874,8 +874,8 @@ import plugable
|
|||||||
from backend import Backend, Context
|
from backend import Backend, Context
|
||||||
from frontend import Command, LocalOrRemote, Application
|
from frontend import Command, LocalOrRemote, Application
|
||||||
from frontend import Object, Method, Property
|
from frontend import Object, Method, Property
|
||||||
from ipa_types import Bool, Int, Unicode, Enum
|
from parameters import DefaultFrom, Bool, Flag, Int, Float, Bytes, Str
|
||||||
from frontend import Param, DefaultFrom
|
|
||||||
|
|
||||||
def create_api(mode='dummy'):
|
def create_api(mode='dummy'):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user