From 3433840692d294d8c16bd775cfea225b86b4d9e1 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Fri, 14 Nov 2008 19:48:01 -0700 Subject: Fixed doctest in tutorial --- ipalib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/__init__.py') 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 -- cgit