summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kraft <george.kraft@calxeda.com>2013-04-26 15:35:06 -0500
committerGeorge Kraft <george.kraft@calxeda.com>2013-04-26 15:35:06 -0500
commit66555751f8f0b7dc6b2276b7ba4a4460e6e0f0a6 (patch)
tree5e76fa77a037964047bb037b20c770bece0e63d8
parent1c43b24357eda2e563329c064d45d864347b155b (diff)
downloadpyipmi-66555751f8f0b7dc6b2276b7ba4a4460e6e0f0a6.tar.gz
Fix missing commas
-rw-r--r--pyipmi/commands/fabric.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyipmi/commands/fabric.py b/pyipmi/commands/fabric.py
index 410c4d2..78e3328 100644
--- a/pyipmi/commands/fabric.py
+++ b/pyipmi/commands/fabric.py
@@ -310,8 +310,8 @@ fabric_commands = {
"fabric_getlinkspeed" : GetLinkspeedCommand,
"fabric_getlinkstats" : GetLinkStatsCommand,
"fabric_getlinkmap" : GetLinkMapCommand,
- "fabric_getdepthchart" : GetDepthChartCommand
- "fabric_getroutingtable" : GetRoutingTableCommand
+ "fabric_getdepthchart" : GetDepthChartCommand,
+ "fabric_getroutingtable" : GetRoutingTableCommand,
"fabric_addmacaddr" : AddMacAddrCommand,
"fabric_rmmacaddr" : RmMacAddrCommand,