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

humbedooh 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 43dd2d8  Add missing import
43dd2d8 is described below

commit 43dd2d87e6cf9ad046b38dafff28f86043975da0
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Aug 10 17:04:18 2020 +0200

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

diff --git a/tools/archiver.py b/tools/archiver.py
index 43df7df..4bd77eb 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -45,6 +45,7 @@ ES_MAJOR = ES_VERSION[0]
 from formatflowed import convertToWrapped
 import hashlib
 import email.utils
+import email.header
 import time
 from collections import namedtuple
 import re

Reply via email to