Fix missing import in crlcore

This commit is contained in:
Las Safin 2021-09-01 09:40:23 +00:00
parent 3584ea3ee9
commit d4818a6b81
No known key found for this signature in database
GPG Key ID: E7FA928911B61ED6
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ import Hurricane
import Viewer import Viewer
import CRL import CRL
import helpers.io import helpers.io
from helpers.io import ErrorMessage
def stype ( o ): return str(type(o)).split("'")[1] def stype ( o ): return str(type(o)).split("'")[1]