[tests] support python3 (#3068)

This commit is contained in:
Jonathan Hui
2018-09-14 10:58:40 -10:00
committed by GitHub
parent 6618c5564d
commit a23f778e11
4 changed files with 24 additions and 8 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ import pcap
def dbg_print(*args):
if False:
print args
print(args)
class RealTime: