You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2020/08/29 11:49:51 UTC

[incubator-ponymail] branch master updated: Fix import to agree with usage

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new b5187fe  Fix import to agree with usage
b5187fe is described below

commit b5187fe3089585c21c6db77be6c84664085c408f
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 29 12:49:41 2020 +0100

    Fix import to agree with usage
---
 tools/import-mbox.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index f2ea52c..5ce4e81 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -23,7 +23,7 @@ import hashlib
 import os
 from threading import Thread, Lock
 import mailbox
-import email.errors, email.utils, email.header
+import email
 from urllib.request import urlopen
 import re
 from elastic import Elastic