From 2ed45b8a4714cdb47138227ec2c8da9d90f6a502 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 24 Jul 2018 13:35:46 +0800 Subject: mbox2maildir: add missing import Signed-off-by: Sean Whitton --- mbox2maildir | 1 + 1 file changed, 1 insertion(+) (limited to 'mbox2maildir') diff --git a/mbox2maildir b/mbox2maildir index 34335e4..d7192ea 100755 --- a/mbox2maildir +++ b/mbox2maildir @@ -23,6 +23,7 @@ # the suggestion in Debian bug #863570 that it could be used for the # purpose of converting a mbox to a maildir. +import os import sys import mailbox -- cgit v1.2.3