diff options
Diffstat (limited to 'scripts/icehashpassword.py')
-rw-r--r-- | scripts/icehashpassword.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/icehashpassword.py b/scripts/icehashpassword.py index 9a0a6e138d1..d63e602bf63 100644 --- a/scripts/icehashpassword.py +++ b/scripts/icehashpassword.py @@ -13,7 +13,6 @@ import sys, getopt, passlib.hash, passlib.hosts, getpass usePBKDF2 = any(sys.platform == p for p in ["win32", "darwin", "cygwin"]) useCryptExt = any(sys.platform.startswith(p) for p in ["linux", "freebsd", "gnukfreebsd"]) - def usage(): print("Usage: icehashpassword [options]") print("") |