From d4818a6b81ea07c7f5bc1f9ae2030e9719c1c919 Mon Sep 17 00:00:00 2001 From: Las Safin Date: Wed, 1 Sep 2021 09:40:23 +0000 Subject: [PATCH] Fix missing import in crlcore --- crlcore/python/helpers/__init__.py | 1 + 1 file changed, 1 insertion(+) 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]