testnode: python3 support
pkg_resources.resource_string reads the file as binary, if we want to substitute in this string we need to decode it.
Showing
Please register or sign in to comment
pkg_resources.resource_string reads the file as binary, if we want to substitute in this string we need to decode it.