From 5c573e00a168c90c5c718566c75aadf736566676 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 12 Aug 2013 08:26:50 -0400 Subject: testsuite: fixed more unit tests --- src/lib/Bcfg2/Server/Info.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/Info.py') diff --git a/src/lib/Bcfg2/Server/Info.py b/src/lib/Bcfg2/Server/Info.py index 2b2149606..649ab2bb7 100644 --- a/src/lib/Bcfg2/Server/Info.py +++ b/src/lib/Bcfg2/Server/Info.py @@ -85,7 +85,7 @@ def load_interpreters(): return (interpreters, default) -class InfoCmd(Bcfg2.Options.Subcommand): +class InfoCmd(Bcfg2.Options.Subcommand): # pylint: disable=W0223 """ Base class for bcfg2-info subcommands """ def _expand_globs(self, globs, candidates): @@ -128,6 +128,9 @@ class Help(InfoCmd, Bcfg2.Options.HelpCommand): def command_registry(self): return self.core.commands + def run(self, setup): + Bcfg2.Options.HelpCommand.run(self, setup) + class Debug(InfoCmd): """ Shell out to a Python interpreter """ -- cgit v1.2.3-1-g7c22