aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorPaul Sokolovsky2015-12-12 00:04:01 +0200
committerPaul Sokolovsky2015-12-12 00:04:35 +0200
commita6eff059b92faf9746fd148af697281791b2aeed (patch)
tree5243f665aade26125a7de9b17f0855f605ff8f6f /windows
parent967ceba5b7fc56f7642947b2c48199a4d9db0d4a (diff)
unix: Rename "_os" module to "uos" for consistency with baremetal ports.
Diffstat (limited to 'windows')
-rw-r--r--windows/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h
index 4b13fedad..5f0b34f57 100644
--- a/windows/mpconfigport.h
+++ b/windows/mpconfigport.h
@@ -152,7 +152,7 @@ extern const struct _mp_obj_module_t mp_module_os;
extern const struct _mp_obj_module_t mp_module_time;
#define MICROPY_PORT_BUILTIN_MODULES \
{ MP_OBJ_NEW_QSTR(MP_QSTR_utime), (mp_obj_t)&mp_module_time }, \
- { MP_OBJ_NEW_QSTR(MP_QSTR__os), (mp_obj_t)&mp_module_os }, \
+ { MP_OBJ_NEW_QSTR(MP_QSTR_uos), (mp_obj_t)&mp_module_os }, \
#if MICROPY_USE_READLINE == 1
#define MICROPY_PORT_ROOT_POINTERS \