modstruct: Rename module to "ustruct", to allow full Python-level impl.

This commit is contained in:
Paul Sokolovsky
2015-05-04 16:35:40 +03:00
parent 1829d86ef5
commit 3d3ef36e97
9 changed files with 24 additions and 10 deletions

View File

@@ -87,7 +87,7 @@ extern const mp_obj_module_t mp_module_io;
extern const mp_obj_module_t mp_module_math;
extern const mp_obj_module_t mp_module_cmath;
extern const mp_obj_module_t mp_module_micropython;
extern const mp_obj_module_t mp_module_struct;
extern const mp_obj_module_t mp_module_ustruct;
extern const mp_obj_module_t mp_module_sys;
extern const mp_obj_module_t mp_module_gc;