New Param: ipalib.__init__ no longer import ipa_types and instead imports appropriate classes from parameters

This commit is contained in:
Jason Gerard DeRose 2009-01-14 11:32:32 -07:00
parent 47e8b1c0b7
commit f3e0900ebc

View File

@ -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'):
""" """