aboutsummaryrefslogtreecommitdiff
path: root/extmod/modure.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/modure.c')
-rw-r--r--extmod/modure.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/extmod/modure.c b/extmod/modure.c
index 70bc02aa4..1d9d82c7b 100644
--- a/extmod/modure.c
+++ b/extmod/modure.c
@@ -447,6 +447,8 @@ const mp_obj_module_t mp_module_ure = {
.base = { &mp_type_module },
.globals = (mp_obj_dict_t *)&mp_module_re_globals,
};
+
+MP_REGISTER_MODULE(MP_QSTR_ure, mp_module_ure, MICROPY_PY_URE);
#endif
// Source files #include'd here to make sure they're compiled in