X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Fexception.py;h=d2866a020c050f4ddf5d5a105b91c60a529f128e;hb=6c34e2a01664aeb3a5a14f7a79e76b394349b672;hp=5eec20a0a471eb38c6460a14bd40914b619161ef;hpb=287e8a5b1d7f5a8129619f733adbfc8b2de3e4c7;p=oss%2Fctypescrypto.git diff --git a/ctypescrypto/exception.py b/ctypescrypto/exception.py index 5eec20a..d2866a0 100644 --- a/ctypescrypto/exception.py +++ b/ctypescrypto/exception.py @@ -2,8 +2,7 @@ Exception which extracts libcrypto error information """ from ctypes import c_ulong, c_char_p, create_string_buffer -from ctypescrypto import libcrypto -strings_loaded = False +from ctypescrypto import libcrypto, strings_loaded __all__ = ['LibCryptoError', 'clear_err_stack']