Skip to content

Commit bb33abd

Browse files
committed
import binascii for python3 compatibility
1 parent 2e01d0f commit bb33abd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bessctl/conf/testing/run_module_tests.bess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import socket
66
import time
77
import sugar
88
import traceback
9+
import binascii #only consistent way python3/python2 to convert hex string to bytes
910
from time import gmtime, strftime
1011

1112
## HANDY UTILS AND GLOBAL VARS ##

0 commit comments

Comments
 (0)