modubinascii: Add, with hexlify() implementation.

This commit is contained in:
Paul Sokolovsky
2014-11-29 06:19:30 +02:00
committed by Damien George
parent d96e6b14c9
commit bfdc205934
7 changed files with 103 additions and 0 deletions

View File

@@ -95,3 +95,4 @@ extern const mp_obj_module_t mp_module_ujson;
extern const mp_obj_module_t mp_module_ure;
extern const mp_obj_module_t mp_module_uheapq;
extern const mp_obj_module_t mp_module_uhashlib;
extern const mp_obj_module_t mp_module_ubinascii;