From 844e21841a51a46da3583fa52c56e05930d172c3 Mon Sep 17 00:00:00 2001 From: Chris Hambridge Date: Fri, 28 Jul 2017 16:02:05 -0400 Subject: [PATCH] deleted leftover value in run_cmds.py --- library/run_cmds.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/run_cmds.py b/library/run_cmds.py index d9ab941..46f1561 100644 --- a/library/run_cmds.py +++ b/library/run_cmds.py @@ -54,8 +54,7 @@ DEFAULT_CMD_DICT = {"SysId": file_commands.SystemIdRhoCmd, "EtcRelease": etc_release_command.EtcReleaseRhoCmd, "RedhatPackages": - redhat_packages_command.RedhatPackagesRhoCmd, - "VirtWhat": virt_what_command.VirtWhatRhoCmd} + redhat_packages_command.RedhatPackagesRhoCmd} class RunCommands(object):