summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-24 13:35:46 +0800
committerSean Whitton <spwhitton@spwhitton.name>2018-07-24 13:35:46 +0800
commit2ed45b8a4714cdb47138227ec2c8da9d90f6a502 (patch)
tree198b41352676328740b76d0bb8926765c70a8c30
parent1642728780e572208cee6413544efe2dc2c6fb5f (diff)
downloadmailscripts-2ed45b8a4714cdb47138227ec2c8da9d90f6a502.tar.gz
mbox2maildir: add missing import
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rwxr-xr-xmbox2maildir1
1 files changed, 1 insertions, 0 deletions
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