mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 13:17:48 +00:00
Add python3 support. (#270)
This commit is contained in:
@@ -56,7 +56,7 @@ class Test_MacScan(unittest.TestCase):
|
||||
self.nodes[ROUTER].set_network_name('OpenThread')
|
||||
|
||||
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