X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Fexception.py;h=d2866a020c050f4ddf5d5a105b91c60a529f128e;hb=876630b04080b68d724e22066d374ce25efd8a97;hp=5eec20a0a471eb38c6460a14bd40914b619161ef;hpb=4b5cbc8c0a6f0ee8527cbc3ab9b8c92d77ec6c9f;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']