]> www.wagner.pp.ru Git - oss/ctypescrypto.git/blobdiff - ctypescrypto/exception.py
Merge branch 'master' of https://github.com/vbwagner/ctypescrypto
[oss/ctypescrypto.git] / ctypescrypto / exception.py
index 5eec20a0a471eb38c6460a14bd40914b619161ef..d2866a020c050f4ddf5d5a105b91c60a529f128e 100644 (file)
@@ -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']