Skip to content

Commit fcdc0a9

Browse files
luccpazz
authored andcommitted
Add missing import
This was left out in #1625.
1 parent d94d0ad commit fcdc0a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

alot/utils/configobj.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# This file is released under the GNU GPL, version 3 or a later revision.
33
# For further details see the COPYING file
44
import mailbox
5+
import os
56
import re
67
from urllib.parse import urlparse
78

0 commit comments

Comments
 (0)