commit | a41febf316a93ae972a0cbc76411823b6ca37569 | [log] [tgz] |
---|---|---|
author | Norman James <njames@us.ibm.com> | Thu Oct 15 10:18:26 2015 -0500 |
committer | Norman James <njames@us.ibm.com> | Thu Oct 15 10:18:26 2015 -0500 |
tree | 90773d2a8bf61e35c3952254b82e1e4a890d9101 | |
parent | 96da5c216de00f8685598ac55c27b6e936b66338 [diff] |
add comments
diff --git a/bin/Openbmc.py b/bin/Openbmc.py index f086898..cb2746a 100755 --- a/bin/Openbmc.py +++ b/bin/Openbmc.py
@@ -79,7 +79,6 @@ introspect_iface = dbus.Interface(obj,"org.freedesktop.DBus.Introspectable") tree = ET.ElementTree(ET.fromstring(introspect_iface.Introspect())) root = tree.getroot() - parent = True for node in root.iter('node'): for intf in node.iter('interface'):