From 64054a673c23b543450741fa11333bc627efeca3 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 12 Aug 2008 23:33:02 +0000 Subject: 122: The dictorary interface to CLI now has keys build using to_cli(), rather than converting at each call --- ipalib/startup.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipalib/startup.py') 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() -- cgit