diff options
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r-- | ipalib/frontend.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py index 40220074..5573e944 100644 --- a/ipalib/frontend.py +++ b/ipalib/frontend.py @@ -617,13 +617,6 @@ class Method(Attribute, Command): Attribute.__init__(self) Command.__init__(self) - def get_options(self): - for option in self.takes_options: - yield option - if self.obj is not None and self.obj.params is not None: - for param in self.obj.params(): - yield param - class Property(Attribute): __public__ = frozenset(( |