From 5500cdeec76e5be33f03fe63063a6d0fca40d133 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 13 Apr 2014 06:43:18 +0300 Subject: py, unix: Convert sys module to static representation. --- py/builtintables.c | 1 + 1 file changed, 1 insertion(+) (limited to 'py/builtintables.c') diff --git a/py/builtintables.c b/py/builtintables.c index e2007f3b4..23c34eda1 100644 --- a/py/builtintables.c +++ b/py/builtintables.c @@ -134,6 +134,7 @@ STATIC const mp_map_elem_t mp_builtin_module_table[] = { #if MICROPY_ENABLE_FLOAT { MP_OBJ_NEW_QSTR(MP_QSTR_math), (mp_obj_t)&mp_module_math }, #endif + { MP_OBJ_NEW_QSTR(MP_QSTR_sys), (mp_obj_t)&mp_module_sys }, // extra builtin modules as defined by a port MICROPY_EXTRA_BUILTIN_MODULES -- cgit v1.2.3