mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
parent
3c07c7dee0
commit
7fda109e55
1 changed files with 2 additions and 4 deletions
|
@ -19,10 +19,8 @@ try:
|
|||
crypto_installed = True
|
||||
except ImportError:
|
||||
crypto_installed = False
|
||||
try:
|
||||
import pyreadline as readline
|
||||
except ImportError:
|
||||
import readline
|
||||
if "win32" in sys.platform: import pyreadline as readline
|
||||
else: import readline
|
||||
import hashlib
|
||||
import getpass
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue