diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-12 23:33:02 +0000 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-12 23:33:02 +0000 |
commit | 64054a673c23b543450741fa11333bc627efeca3 (patch) | |
tree | 96846533e67791f728c6f31eda8dfbb737b3fa17 /ipalib/startup.py | |
parent | b72cfa5dcc488f3b497fa05a88985cc8f790cc00 (diff) | |
download | freeipa.git-64054a673c23b543450741fa11333bc627efeca3.tar.gz freeipa.git-64054a673c23b543450741fa11333bc627efeca3.tar.xz freeipa.git-64054a673c23b543450741fa11333bc627efeca3.zip |
122: The dictorary interface to CLI now has keys build using to_cli(), rather than converting at each call
Diffstat (limited to 'ipalib/startup.py')
-rw-r--r-- | ipalib/startup.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipalib/startup.py b/ipalib/startup.py index cfeb57b1..4879a8e6 100644 --- a/ipalib/startup.py +++ b/ipalib/startup.py @@ -27,5 +27,3 @@ unnecessary side effects (needed for unit tests, among other things). from run import api import plugins - -api.finalize() |