diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-05 21:28:29 +0000 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-05 21:28:29 +0000 |
commit | 1fce1487f9ba85aeee36178c4efadbc983b612cc (patch) | |
tree | 85d9d992042ce4896233eb037ef5014886cdc54b /ipalib/startup.py | |
parent | 175dfc121a99ad60523a752e5c600ed809712789 (diff) | |
download | freeipa.git-1fce1487f9ba85aeee36178c4efadbc983b612cc.tar.gz freeipa.git-1fce1487f9ba85aeee36178c4efadbc983b612cc.tar.xz freeipa.git-1fce1487f9ba85aeee36178c4efadbc983b612cc.zip |
51: Moved old_plugins.py back to plugins.py
Diffstat (limited to 'ipalib/startup.py')
-rw-r--r-- | ipalib/startup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |