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 | |
| parent | 175dfc121a99ad60523a752e5c600ed809712789 (diff) | |
| download | freeipa-1fce1487f9ba85aeee36178c4efadbc983b612cc.tar.gz freeipa-1fce1487f9ba85aeee36178c4efadbc983b612cc.tar.xz freeipa-1fce1487f9ba85aeee36178c4efadbc983b612cc.zip | |
51: Moved old_plugins.py back to plugins.py
| -rw-r--r-- | ipalib/plugins.py (renamed from ipalib/old_plugins.py) | 0 | ||||
| -rw-r--r-- | ipalib/startup.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/old_plugins.py b/ipalib/plugins.py index 85f3a9f4..85f3a9f4 100644 --- a/ipalib/old_plugins.py +++ b/ipalib/plugins.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() |
