forked from M-Labs/artiq
language/core: add EncodedException to __all_
This commit is contained in:
parent
380f498284
commit
00b9368a0c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue