func/overlord/cmd_modules/show.py | 4 ++++ 1 file changed, 4 insertions(+) New commits: commit 7f3f0ddfd1d6f0686a7553482d4290244a2cf55e Author: S.Ã?aÄ?lar Onur <caglar@xxxxxxxxxxxxxxxx> Date: Wed Aug 4 15:31:56 2010 -0400 add dropped part of the commit c7ea92da476ffbe5bd926c84c620be0683a26e45 diff --git a/func/overlord/cmd_modules/show.py b/func/overlord/cmd_modules/show.py index 15e238f..7495396 100644 --- a/func/overlord/cmd_modules/show.py +++ b/func/overlord/cmd_modules/show.py @@ -28,6 +28,10 @@ class Show(base_command.BaseCommand): summary = usage subCommandClasses = [show_hardware.ShowHardware] + socket_timeout = None + exclude_spec = None + conffile = None + def addOptions(self): self.parser.add_option("-v", "--verbose", dest="verbose", action="store_true")
_______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list