From e0fe7323187df205c0994cc3fa4e0ee0b6445788 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 11 Feb 2009 13:07:19 -0700 Subject: Added env.enable_ra variable and change cert.py and ra.py plugin modules to register plugins conditionally --- 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 860ead6c..870c9c18 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -701,7 +701,7 @@ plugin (or plugins) is imported. For example: 1 >>> api.bootstrap(in_server=True) # We want to execute, not forward >>> len(api.env) -38 +39 `Env._bootstrap()`, which is called by `API.bootstrap()`, will create several run-time variables that connot be overriden in configuration files or through -- cgit