From 1fce1487f9ba85aeee36178c4efadbc983b612cc Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 5 Aug 2008 21:28:29 +0000 Subject: 51: Moved old_plugins.py back to plugins.py --- ipalib/startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/startup.py') diff --git a/ipalib/startup.py b/ipalib/startup.py index cfeb57b1..edc14405 100644 --- a/ipalib/startup.py +++ b/ipalib/startup.py @@ -28,4 +28,4 @@ unnecessary side effects (needed for unit tests, among other things). from run import api import plugins -api.finalize() +api() -- cgit