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 2016/11/04 03:02:20 UTC

incubator-ponymail git commit: Code needs convertToWrapped even if not called by import-mbox.py

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master e4ed1fbe3 -> 1f731d83b


Code needs convertToWrapped even if not called by import-mbox.py

[Bug discovered by PyLint]

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/1f731d83
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/1f731d83
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/1f731d83

Branch: refs/heads/master
Commit: 1f731d83bbd9b31ba790685521c9dcce1a95e71f
Parents: e4ed1fb
Author: Sebb <se...@apache.org>
Authored: Fri Nov 4 03:02:12 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Fri Nov 4 03:02:12 2016 +0000

----------------------------------------------------------------------
 tools/archiver.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/1f731d83/tools/archiver.py
----------------------------------------------------------------------
diff --git a/tools/archiver.py b/tools/archiver.py
index 4b508a7..1d25573 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -40,6 +40,7 @@ sub someone to the list(s) and add this to their .forward file:
 logger = None
 
 from elasticsearch import Elasticsearch
+from formatflowed import convertToWrapped
 import hashlib
 import email.utils
 import time