Commit b20dd0ed authored by Jérome Perrin's avatar Jérome Perrin

junk

parent fdc58a91
......@@ -2,3 +2,7 @@
/zodbtools.egg-info
/.tox/
/venv
/venv2
/venv3
/tmp/
\ No newline at end of file
......@@ -32,7 +32,7 @@ from golang import b
def ashex(s):
# type: (bytes) -> bstr
return b(codecs.encode(s, 'hex'))
return bytes(codecs.encode(s, 'hex'))
def fromhex(s):
# type: (Union[str,bytes]) -> bytes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment