mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 06:30:10 +00:00
[tests] support python3 (#3068)
This commit is contained in:
@@ -44,7 +44,7 @@ import pcap
|
||||
|
||||
def dbg_print(*args):
|
||||
if False:
|
||||
print args
|
||||
print(args)
|
||||
|
||||
class RealTime:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user