diff options
Diffstat (limited to 'unit-tests.py')
-rw-r--r-- | unit-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests.py b/unit-tests.py index 05b1c96..2cdc663 100644 --- a/unit-tests.py +++ b/unit-tests.py @@ -44,7 +44,7 @@ import sys from struct import pack, unpack -from libhal import * +from cryptech.libhal import * try: from Crypto.Util.number import inverse |