From 43c9d5d126cef28737ee569e1ea67a3d3c11ce7e Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Sun, 27 Aug 2023 11:05:30 +0200 Subject: [PATCH] Add missing import This was left out in #1625. --- alot/utils/configobj.py | 1 + 1 file changed, 1 insertion(+) diff --git a/alot/utils/configobj.py b/alot/utils/configobj.py index 203119754..f27a0c5bd 100644 --- a/alot/utils/configobj.py +++ b/alot/utils/configobj.py @@ -2,6 +2,7 @@ # This file is released under the GNU GPL, version 3 or a later revision. # For further details see the COPYING file import mailbox +import os import re from urllib.parse import urlparse