summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-09-24 03:10:35 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-09-24 03:10:35 +0000
commit3bf2da571488b6f1ef27527fa3bff0133b44c2f5 (patch)
treeaed72b0c890686c5e7ddf38e593423b9d8e9fcd3 /ipalib/frontend.py
parent19bbc48eb601bb942ed93776c05bf0c326970832 (diff)
downloadfreeipa-3bf2da571488b6f1ef27527fa3bff0133b44c2f5.tar.gz
freeipa-3bf2da571488b6f1ef27527fa3bff0133b44c2f5.tar.xz
freeipa-3bf2da571488b6f1ef27527fa3bff0133b44c2f5.zip
324: Removed 'smart_option_order' from Command.__public__; cli commands help, console, and show_plugins now override Command.run() instead of Command.__call__()
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 11d05d5fa..dbc3a62d0 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -245,7 +245,6 @@ class Command(plugable.Plugin):
'validate',
'execute',
'__call__',
- 'smart_option_order',
'args',
'options',
'params',