Fixed doctest in tutorial

This commit is contained in:
Jason Gerard DeRose 2008-11-14 19:48:01 -07:00
parent c513743e7c
commit 3433840692

View File

@ -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