mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
parent
c92339e4e2
commit
65aff0d75e
3 changed files with 10 additions and 4 deletions
|
@ -16,6 +16,10 @@ try:
|
|||
from Crypto.Random import random, atfork
|
||||
except ImportError:
|
||||
pass
|
||||
try:
|
||||
import pyreadline as readline
|
||||
except ImportError:
|
||||
import readline
|
||||
import hashlib
|
||||
import getpass
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue