[elbe-devel] [PATCH v2 22/66] daemons soap __init__: Fix Pylint

Torben Hohn torben.hohn at linutronix.de
Wed Jun 10 13:32:22 CEST 2020


On Fri, Jun 05, 2020 at 01:06:46PM -0400, Olivier Dion wrote:
> 12:0: C0411: (wrong-import-order)
> 14:0: C0411: (wrong-import-order)
> 15:0: C0411: (wrong-import-order)
> 
> Signed-off-by: Olivier Dion <dion at linutronix.de>

Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>

> ---
>  elbepack/daemons/soap/__init__.py | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/elbepack/daemons/soap/__init__.py b/elbepack/daemons/soap/__init__.py
> index ce0a28eb..4ecf6cde 100644
> --- a/elbepack/daemons/soap/__init__.py
> +++ b/elbepack/daemons/soap/__init__.py
> @@ -8,12 +8,13 @@ from __future__ import print_function
>  
>  import sys
>  
> -from .esoap import ESoap
> -from elbepack.projectmanager import ProjectManager
> -
>  from beaker.middleware import SessionMiddleware
>  from cherrypy.process.plugins import SimplePlugin
>  
> +from elbepack.projectmanager import ProjectManager
> +
> +from .esoap import ESoap
> +
>  try:
>      from spyne import Application
>      from spyne.protocol.soap import Soap11
> -- 
> 2.27.0
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner



More information about the elbe-devel mailing list