summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthew.hodgins <matthew.hodgins@calxeda.com>2013-12-11 09:17:10 -0600
committermatthew.hodgins <matthew.hodgins@calxeda.com>2013-12-11 09:17:10 -0600
commitc1ef2fc2e487270503b71542782d34bcd1b69b4b (patch)
treedc053ff233cd2eb7d8d3a4a403030188651bad8b
parentf1409e6394f8aa894d742539d903e04cd330d70c (diff)
downloadpyipmi-c1ef2fc2e487270503b71542782d34bcd1b69b4b.tar.gz
CXMAN-258 adding ResponseParserMixIn (code review)
Signed-off-by: matthew.hodgins <matthew.hodgins@calxeda.com>
-rw-r--r--pyipmi/commands/fabric_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyipmi/commands/fabric_config.py b/pyipmi/commands/fabric_config.py
index 3e8cff0..2cb8421 100644
--- a/pyipmi/commands/fabric_config.py
+++ b/pyipmi/commands/fabric_config.py
@@ -261,7 +261,7 @@ class GetUplinkCommand(Command, ResponseParserMixIn):
self._params['iface']]
-class SetUplinkCommand(Command):
+class SetUplinkCommand(Command, ResponseParserMixIn):
"""Describes the ipmitool fabric config set uplink command"""
name = "Set uplink command"