diff options
| author | Jason Gerard DeRose <jderose@redhat.com> | 2008-09-22 01:28:57 +0000 |
|---|---|---|
| committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-09-22 01:28:57 +0000 |
| commit | b206ef684388da64ee1deb37b064510705dd05bc (patch) | |
| tree | fc301a94b187df52926de990a127055f56d1466f /ipalib/plugable.py | |
| parent | 49c1c29df199dfce5d426ebe15003ab3f8431e71 (diff) | |
314: Completed some missing features in Command.__call__(); removed depreciated Command.print_call() method
Diffstat (limited to 'ipalib/plugable.py')
| -rw-r--r-- | ipalib/plugable.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugable.py b/ipalib/plugable.py index 725833cd2..6e12d5c79 100644 --- a/ipalib/plugable.py +++ b/ipalib/plugable.py @@ -690,6 +690,7 @@ class API(DictProxy): Dynamic API object through which `Plugin` instances are accessed. """ __finalized = False + server_context = True def __init__(self, *allowed): self.__d = dict() |
