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, 0 insertions, 1 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py
index ed28a4ac9..7abb8fb03 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -467,7 +467,6 @@ class Command(plugable.Plugin):
args = None
options = None
params = None
- can_forward = True
def finalize(self):
self.args = plugable.NameSpace(self.__create_args(), sort=False)