[Cryptech-Commits] [sw/libhal] 02/03: Python interface API will need to be cryptech.libhal for installation.
git at cryptech.is
git at cryptech.is
Fri Apr 14 21:13:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch ksng
in repository sw/libhal.
commit 46836ba77583759f649625fe22bd744694b92f90
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Apr 14 15:11:20 2017 -0400
Python interface API will need to be cryptech.libhal for installation.
---
cryptech/__init__.py | 0
libhal.py => cryptech/libhal.py | 0
cryptech_backup | 2 +-
unit-tests.py | 2 +-
4 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cryptech/__init__.py b/cryptech/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/libhal.py b/cryptech/libhal.py
similarity index 100%
rename from libhal.py
rename to cryptech/libhal.py
diff --git a/cryptech_backup b/cryptech_backup
index 7e465b8..18441a3 100755
--- a/cryptech_backup
+++ b/cryptech_backup
@@ -22,7 +22,7 @@ import atexit
import getpass
import argparse
-from libhal import *
+from cryptech.libhal import *
def main():
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
More information about the Commits
mailing list