diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-10-09 18:58:24 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-10-09 18:58:24 +0100 |
| commit | cc5b4a26534646d2d33edf9d19b331303967806a (patch) | |
| tree | 31ab6c219f8c219229eda826fa6c037f8539c132 /unix/mpconfigport.h | |
| parent | a2d8f98a7ebff40e0e6271566d7d49b43966f12b (diff) | |
| parent | 23b3b04072345c372ff202e39357ceb4422c16db (diff) | |
Merge pull request #899 from pfalcon/usocket-rename
unix: Rename "microsocket" module to "usocket".
Diffstat (limited to 'unix/mpconfigport.h')
| -rw-r--r-- | unix/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 4475c93f7..6ca080862 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -99,7 +99,7 @@ extern const struct _mp_obj_module_t mp_module_ffi; #define MICROPY_PORT_BUILTIN_MODULES \ MICROPY_PY_FFI_DEF \ MICROPY_PY_TIME_DEF \ - { MP_OBJ_NEW_QSTR(MP_QSTR_microsocket), (mp_obj_t)&mp_module_socket }, \ + { MP_OBJ_NEW_QSTR(MP_QSTR_usocket), (mp_obj_t)&mp_module_socket }, \ { MP_OBJ_NEW_QSTR(MP_QSTR__os), (mp_obj_t)&mp_module_os }, \ MICROPY_PY_TERMIOS_DEF \ |
