You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/08/18 09:13:25 UTC

[incubator-ponymail-foal] 02/02: sort

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 <hu...@apache.org>
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


Re: [incubator-ponymail-foal] 02/02: sort

Posted by sebb <se...@gmail.com>.
On Tue, 18 Aug 2020 at 10:13, <hu...@apache.org> wrote:
>
> 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 <hu...@apache.org>
> 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

Huh? Surely it was the os imports that were out of order?

>  import archiver
>  from plugins.elastic import Elastic
>