summaryrefslogtreecommitdiff
path: root/py/runtime.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-02-10 21:41:14 +0000
committerDamien George <damien.p.george@gmail.com>2014-02-10 21:41:14 +0000
commit8c2b333affea7445c457c5247df047947bed9b53 (patch)
treeb697957a499162ccca3219dca426b1bcd35cd0c7 /py/runtime.c
parent7d0bfbedd218fadd91e2bbeb6486371ffeb7b682 (diff)
parent2e24ee8d80de20e879275c087ecc1ca9b4d27297 (diff)
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'py/runtime.c')
-rw-r--r--py/runtime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/runtime.c b/py/runtime.c
index 0ac470fbc..aaac884d6 100644
--- a/py/runtime.c
+++ b/py/runtime.c
@@ -177,6 +177,7 @@ void rt_init(void) {
mp_map_add_qstr(&map_builtins, MP_QSTR_OverflowError, mp_obj_new_exception(MP_QSTR_OverflowError));
mp_map_add_qstr(&map_builtins, MP_QSTR_OSError, mp_obj_new_exception(MP_QSTR_OSError));
mp_map_add_qstr(&map_builtins, MP_QSTR_AssertionError, mp_obj_new_exception(MP_QSTR_AssertionError));
+ mp_map_add_qstr(&map_builtins, MP_QSTR_NotImplementedError, mp_obj_new_exception(MP_QSTR_NotImplementedError));
mp_map_add_qstr(&map_builtins, MP_QSTR_StopIteration, mp_obj_new_exception(MP_QSTR_StopIteration));
// built-in objects