mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
191: Removed ipalib/api.py module; standard plugable.API instance is now in ipalib.__init__.py
This commit is contained in:
@@ -31,3 +31,13 @@ To learn about the ``ipalib`` library, you should read the code in this order:
|
||||
Some of the plugin architecture was inspired by ``bzr``, so you might also
|
||||
read http://bazaar-vcs.org/WritingPlugins
|
||||
"""
|
||||
|
||||
import plugable
|
||||
import public
|
||||
|
||||
api = plugable.API(
|
||||
public.Command,
|
||||
public.Object,
|
||||
public.Method,
|
||||
public.Property,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user