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-foal.git
commit ec5d3a95857763c5badd95081c238330cb6a86cb Author: Daniel Gruno <[email protected]> AuthorDate: Tue Aug 18 11:12:40 2020 +0200 fix missing import --- tools/import-mbox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/import-mbox.py b/tools/import-mbox.py index e6ffe8b..31f2023 100755 --- a/tools/import-mbox.py +++ b/tools/import-mbox.py @@ -36,6 +36,7 @@ from os import listdir from os.path import isdir, isfile, join from threading import Lock, Thread from urllib.request import urlopen +import urllib.parse import archiver from plugins.elastic import Elastic
