aboutsummaryrefslogtreecommitdiff
path: root/scripts/py11-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/py11-test.py')
-rw-r--r--scripts/py11-test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/py11-test.py b/scripts/py11-test.py
index 04372ec..87af29d 100644
--- a/scripts/py11-test.py
+++ b/scripts/py11-test.py
@@ -1,7 +1,7 @@
# Initial test script using py11. About 2/3 testing PKCS #11, 1/3
# doodles figuring out what else py11 should be automating for us.
-from py11 import *
+from cryptech.py11 import *
from struct import pack, unpack
def show_token(i, t, strip = True):
@@ -77,7 +77,7 @@ elif False:
else:
print "Using our own pseudo-MUTEXes"
- from py11.mutex import MutexDB
+ from cryptech.py11.mutex import MutexDB
mdb = MutexDB()
p11.C_Initialize(0, mdb.create, mdb.destroy, mdb.lock, mdb.unlock)