diff options
author | Rob Austein <sra@hactrn.net> | 2017-04-14 15:11:20 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-04-14 15:11:20 -0400 |
commit | 46836ba77583759f649625fe22bd744694b92f90 (patch) | |
tree | b5258f0a7db3fedc5bb34f9201bae1b05f63bdfc /cryptech_backup | |
parent | 8956d3e045e32748cdb8df7b2f69cb6c9e0837d5 (diff) |
Python interface API will need to be cryptech.libhal for installation.
Diffstat (limited to 'cryptech_backup')
-rwxr-xr-x | cryptech_backup | 2 |
1 files changed, 1 insertions, 1 deletions
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(): |