diff options
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(): |