commit | bfdc205934d86d4c419f237bb79d1dd6ccb93406 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Sat Nov 29 06:19:30 2014 +0200 |
committer | Damien George <damien.p.george@gmail.com> | Sat Nov 29 13:52:47 2014 +0000 |
tree | 3fb5bae6bc6ff15912e1a63c9c98f3fbe1723581 | |
parent | d96e6b14c94716ea261c25c57ed4cd14a686ce5b [diff] [blame] |
modubinascii: Add, with hexlify() implementation.
diff --git a/py/builtin.h b/py/builtin.h index a673615..a63752c 100644 --- a/py/builtin.h +++ b/py/builtin.h
@@ -95,3 +95,4 @@ 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;