summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r--ipalib/frontend.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py
index cf2dbb56c..622c4276a 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -375,6 +375,7 @@ class Command(HasParam):
options = None
params = None
output_for_cli = None
+ obj = None
def __call__(self, *args, **options):
"""