language/core: add EncodedException to __all_

This commit is contained in:
Robert Jördens 2015-07-04 19:51:30 -06:00
parent 380f498284
commit 00b9368a0c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from functools import wraps
__all__ = ["int64", "round64", "kernel", "portable",
"set_time_manager", "set_syscall_manager", "set_watchdog_factory",
"RuntimeException"]
"RuntimeException", "EncodedException"]
# global namespace for kernels
kernel_globals = ("sequential", "parallel",