AT_
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
cli/lesspass/fingerprint.py
|
|
@@ -3,12 +3,13 @@ import hashlib |
|
|
|
import sys |
|
|
|
import os |
|
|
|
import random |
|
|
|
import tty |
|
|
|
import termios |
|
|
|
import threading |
|
|
|
|
|
|
|
if os.name == "nt": |
|
|
|
import msvcrt |
|
|
|
else: |
|
|
|
import tty |
|
|
|
import termios |
|
|
|
|
|
|
|
|
|
|
|
icon_names = [ |
|
|
|