aboutsummaryrefslogtreecommitdiff
path: root/unit-tests.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-04-14 15:11:20 -0400
committerRob Austein <sra@hactrn.net>2017-04-14 15:11:20 -0400
commit46836ba77583759f649625fe22bd744694b92f90 (patch)
treeb5258f0a7db3fedc5bb34f9201bae1b05f63bdfc /unit-tests.py
parent8956d3e045e32748cdb8df7b2f69cb6c9e0837d5 (diff)
Python interface API will need to be cryptech.libhal for installation.
Diffstat (limited to 'unit-tests.py')
-rw-r--r--unit-tests.py2
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