Skip to content

Commit 97cdb2f

Browse files
committed
Import missing WolfCryptError in init
1 parent c83d681 commit 97cdb2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolfcrypt/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
if top_level_py not in ["setup.py", "build_ffi.py"]:
4747
from wolfcrypt._ffi import ffi as _ffi
4848
from wolfcrypt._ffi import lib as _lib
49+
from wolfcrypt.exceptions import WolfCryptError
4950

5051
if hasattr(_lib, 'WC_RNG_SEED_CB_ENABLED'):
5152
if _lib.WC_RNG_SEED_CB_ENABLED:

0 commit comments

Comments
 (0)