diff --git a/crlcore/python/helpers/__init__.py b/crlcore/python/helpers/__init__.py index 682e1132..1f6b0f62 100644 --- a/crlcore/python/helpers/__init__.py +++ b/crlcore/python/helpers/__init__.py @@ -43,6 +43,7 @@ import Hurricane import Viewer import CRL import helpers.io +from helpers.io import ErrorMessage def stype ( o ): return str(type(o)).split("'")[1]