diff --git a/jrnl/EncryptedJournal.py b/jrnl/EncryptedJournal.py index 2e6cb3f3..ef30504d 100644 --- a/jrnl/EncryptedJournal.py +++ b/jrnl/EncryptedJournal.py @@ -25,6 +25,7 @@ from jrnl.exception import JrnlException from jrnl.messages import Message from jrnl.messages import MsgText from jrnl.messages import MsgStyle +from jrnl.output import print_msg def make_key(password):