Commit 48a82cba authored by Yoshinori Okuji's avatar Yoshinori Okuji

Just an utility.

git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype2@19 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 18e037c4
def dump(s):
ret = []
for c in s:
ret.append('%02x' % ord(c))
return ''.join(ret)
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