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/15 12:25:30 UTC

[incubator-ponymail] branch master updated: Already imported below

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 501308d  Already imported below
501308d is described below

commit 501308d2530ce3c74a565bb08a54adfdc4a14df5
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 15 13:25:20 2020 +0100

    Already imported below
---
 tools/import-mbox.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index 12c7fee..201988f 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -34,8 +34,9 @@ import glob
 import multiprocessing
 import tempfile
 import gzip
+
 import archiver
-import logging
+
 
 goodies = 0
 baddies = 0