From a1758d5e9ace4a23b94ac2d25b53857fdc8c59c5 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Mon, 16 May 2022 12:09:00 -0700 Subject: [PATCH] fix missing import --- jrnl/EncryptedJournal.py | 1 + 1 file changed, 1 insertion(+) 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):