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 03453c996ab57adb357ac297a1ccc525402b5616
Author: Daniel Gruno <[email protected]>
AuthorDate: Tue Aug 18 11:13:12 2020 +0200

    sort
---
 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 31f2023..719c07c 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -32,11 +32,11 @@ import re
 import sys
 import tempfile
 import time
+import urllib.parse
 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

Reply via email to