summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-11-14 19:48:01 -0700
committerJason Gerard DeRose <jderose@redhat.com>2008-11-14 19:48:01 -0700
commit3433840692d294d8c16bd775cfea225b86b4d9e1 (patch)
treefc61a4f18c196c5179cec924b9ecd71d66fa5070 /ipalib/__init__.py
parentc513743e7c9a611d0b3b0abaf13b79d6237ed6da (diff)
downloadfreeipa-3433840692d294d8c16bd775cfea225b86b4d9e1.tar.gz
freeipa-3433840692d294d8c16bd775cfea225b86b4d9e1.tar.xz
freeipa-3433840692d294d8c16bd775cfea225b86b4d9e1.zip
Fixed doctest in tutorial
Diffstat (limited to 'ipalib/__init__.py')
-rw-r--r--ipalib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py
index a04ce7f83..53462cff3 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -718,7 +718,7 @@ This will typically be called before any plugins are registered. For example:
7
>>> api.bootstrap(in_server=True) # We want to execute, not forward
>>> len(api.env)
-34
+35
If your plugin requires new environment variables *and* will be included in
the freeIPA built-in plugins, you should add the defaults for your variables