summaryrefslogtreecommitdiffstats
path: root/ipalib/plugable.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-09-22 01:28:57 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-09-22 01:28:57 +0000
commitb206ef684388da64ee1deb37b064510705dd05bc (patch)
treefc301a94b187df52926de990a127055f56d1466f /ipalib/plugable.py
parent49c1c29df199dfce5d426ebe15003ab3f8431e71 (diff)
downloadfreeipa-b206ef684388da64ee1deb37b064510705dd05bc.tar.gz
freeipa-b206ef684388da64ee1deb37b064510705dd05bc.tar.xz
freeipa-b206ef684388da64ee1deb37b064510705dd05bc.zip
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.py1
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()