issues
search
aristanetworks
/
ctypegen
Generate ctypes boilerplate code from debugging information; Use python to mock C code for testing
Apache License 2.0
28
stars
10
forks
source link
Fix test for python3
#5
Closed
peadar
closed
5 years ago
peadar
commented
5 years ago
Need to use explicit b'' prefix on string to make it work for py3.
Need to use explicit b'' prefix on string to make it work for py3.