summaryrefslogtreecommitdiff
path: root/ports/unix/modtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/modtime.c')
-rw-r--r--ports/unix/modtime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/unix/modtime.c b/ports/unix/modtime.c
index 71257c15f..00b3f9436 100644
--- a/ports/unix/modtime.c
+++ b/ports/unix/modtime.c
@@ -232,4 +232,6 @@ const mp_obj_module_t mp_module_time = {
.globals = (mp_obj_dict_t *)&mp_module_time_globals,
};
+MP_REGISTER_MODULE(MP_QSTR_utime, mp_module_time, MICROPY_PY_UTIME);
+
#endif // MICROPY_PY_UTIME