summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-08-25 23:35:29 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-08-25 23:35:29 +0000
commit2fc3819beca86c3d19d85e2f5777af3566305175 (patch)
treeb989c83e1de6047e54240ce14101fe2be8c47136 /ipalib/plugins
parent513bbb32b989906795d281738d90fc113192b217 (diff)
downloadfreeipa-2fc3819beca86c3d19d85e2f5777af3566305175.tar.gz
freeipa-2fc3819beca86c3d19d85e2f5777af3566305175.tar.xz
freeipa-2fc3819beca86c3d19d85e2f5777af3566305175.zip
191: Removed ipalib/api.py module; standard plugable.API instance is now in ipalib.__init__.py
Diffstat (limited to 'ipalib/plugins')
-rw-r--r--ipalib/plugins/example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/example.py b/ipalib/plugins/example.py
index f7a5fe70..4f960564 100644
--- a/ipalib/plugins/example.py
+++ b/ipalib/plugins/example.py
@@ -23,7 +23,7 @@ Some example plugins.
from ipalib import public
-from ipalib.api import api
+from ipalib import api
# Hypothetical functional commands (not associated with any object):