summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/examples.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/examples/examples.py b/doc/examples/examples.py
index baf3963d6..0ecbf1e86 100644
--- a/doc/examples/examples.py
+++ b/doc/examples/examples.py
@@ -27,9 +27,8 @@ Example plugins
# First, let's import some stuff.
-# api is an object containing references to all plugins and useful classes.
# errors is a module containing all IPA specific exceptions.
-from ipalib import api, errors
+from ipalib import errors
# Command is the base class for command plugin.
from ipalib import Command
# Str is a subclass of Param, it is used to define string parameters for