summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-11-10 15:53:10 -0700
committerJason Gerard DeRose <jderose@redhat.com>2008-11-10 15:53:10 -0700
commit9aa14333a46d3a57c1fc9fad6068090eb029070f (patch)
treeec5b677e4633640bfe23bb41e1e046f848faa88a /ipalib/__init__.py
parent174af50f6d895572792d5601f19b499c677b4fdf (diff)
downloadfreeipa-9aa14333a46d3a57c1fc9fad6068090eb029070f.tar.gz
freeipa-9aa14333a46d3a57c1fc9fad6068090eb029070f.tar.xz
freeipa-9aa14333a46d3a57c1fc9fad6068090eb029070f.zip
Added 'conf_dir' env variable, which is directory containing config files
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 90a76a314..d943a7c76 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -520,7 +520,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)
-33
+34
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