From 3bf2da571488b6f1ef27527fa3bff0133b44c2f5 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 24 Sep 2008 03:10:35 +0000 Subject: 324: Removed 'smart_option_order' from Command.__public__; cli commands help, console, and show_plugins now override Command.run() instead of Command.__call__() --- ipalib/frontend.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipalib/frontend.py') diff --git a/ipalib/frontend.py b/ipalib/frontend.py index 11d05d5f..dbc3a62d 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', -- cgit