diff options
author | Martin Nagy <mnagy@redhat.com> | 2008-10-02 20:24:05 +0200 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-10-02 17:22:41 -0600 |
commit | 149429f3057e3ae934e660e3276c9e8d3c935d17 (patch) | |
tree | 8110fe604c94f70275991e483889b94b8e226afd /ipalib/__init__.py | |
parent | 6000b6b5c62181d25783b6d45adb2ed6f3928480 (diff) | |
download | freeipa.git-149429f3057e3ae934e660e3276c9e8d3c935d17.tar.gz freeipa.git-149429f3057e3ae934e660e3276c9e8d3c935d17.tar.xz freeipa.git-149429f3057e3ae934e660e3276c9e8d3c935d17.zip |
Environment is now subclassed from object, rather then dict. Added tests for Environment and config.py
Diffstat (limited to 'ipalib/__init__.py')
-rw-r--r-- | ipalib/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py index f0d43aad..956e4610 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -61,7 +61,6 @@ import backend import config api = plugable.API( - config.default_environment(), frontend.Command, frontend.Object, frontend.Method, |