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)