mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 14:59:54 +00:00
Add python3 support. (#270)
This commit is contained in:
@@ -88,7 +88,7 @@ class Cert_5_3_4_AddressMapCache(unittest.TestCase):
|
||||
self.nodes[ED5].enable_whitelist()
|
||||
|
||||
def tearDown(self):
|
||||
for node in self.nodes.itervalues():
|
||||
for node in list(self.nodes.values()):
|
||||
node.stop()
|
||||
del self.nodes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user