extmod: Add uheapq module.

This commit is contained in:
Damien George
2014-10-22 17:37:18 +00:00
parent e72be1b999
commit f5d69794a8
9 changed files with 192 additions and 0 deletions

View File

@@ -91,3 +91,4 @@ extern const mp_obj_module_t mp_module_uctypes;
extern const mp_obj_module_t mp_module_uzlib;
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;