mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 08:00:02 -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 frontend import Command, LocalOrRemote, Application
|
||||
from frontend import Object, Method, Property
|
||||
from ipa_types import Bool, Int, Unicode, Enum
|
||||
from frontend import Param, DefaultFrom
|
||||
from parameters import DefaultFrom, Bool, Flag, Int, Float, Bytes, Str
|
||||
|
||||
|
||||
def create_api(mode='dummy'):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user