aboutsummaryrefslogtreecommitdiff
path: root/scripts/time-signature.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/time-signature.py')
-rwxr-xr-xscripts/time-signature.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/time-signature.py b/scripts/time-signature.py
index eef646d..99ec718 100755
--- a/scripts/time-signature.py
+++ b/scripts/time-signature.py
@@ -15,12 +15,12 @@ from Crypto.Hash.SHA384 import SHA384Hash as SHA384
from Crypto.Hash.SHA512 import SHA512Hash as SHA512
try:
- from py11 import *
+ from cryptech.py11 import *
except ImportError:
- # Kludge to let us run script from repo without installing py11
+ # Kludge to let us run script from repo without installing cryptech.py11
from os.path import dirname, abspath
sys.path.append(dirname(dirname(abspath(sys.argv[0]))))
- from py11 import *
+ from cryptech.py11 import *
if platform.system() == "Darwin":