File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929#if MICROPY_PY_COLLECTIONS
3030
3131STATIC const mp_rom_map_elem_t mp_module_collections_globals_table [] = {
32- { MP_ROM_QSTR (MP_QSTR___name__ ), MP_ROM_QSTR (MP_QSTR_ucollections ) },
32+ { MP_ROM_QSTR (MP_QSTR___name__ ), MP_ROM_QSTR (MP_QSTR_collections ) },
3333 { MP_ROM_QSTR (MP_QSTR_namedtuple ), MP_ROM_PTR (& mp_namedtuple_obj ) },
3434 #if MICROPY_PY_COLLECTIONS_ORDEREDDICT
3535 { MP_ROM_QSTR (MP_QSTR_OrderedDict ), MP_ROM_PTR (& mp_type_ordereddict ) },
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ STATIC const mp_rom_map_elem_t mp_builtin_module_table[] = {
151151 { MP_ROM_QSTR (MP_QSTR_uio ), MP_ROM_PTR (& mp_module_io ) },
152152#endif
153153#if MICROPY_PY_COLLECTIONS
154- { MP_ROM_QSTR (MP_QSTR_ucollections ), MP_ROM_PTR (& mp_module_collections ) },
154+ { MP_ROM_QSTR (MP_QSTR_collections ), MP_ROM_PTR (& mp_module_collections ) },
155155#endif
156156#if MICROPY_PY_STRUCT
157157 { MP_ROM_QSTR (MP_QSTR_ustruct ), MP_ROM_PTR (& mp_module_ustruct ) },
You can’t perform that action at this time.
0 commit comments