[elbe-devel] [PATCH 23/28] pylint: daemons soap: improve import grouping
Torben Hohn
torben.hohn at linutronix.de
Wed Aug 22 11:29:17 CEST 2018
pylint complains, when imports are not properly grouped
fir order.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
elbepack/daemons/soap/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/daemons/soap/__init__.py b/elbepack/daemons/soap/__init__.py
index 0129e819..7b128c78 100644
--- a/elbepack/daemons/soap/__init__.py
+++ b/elbepack/daemons/soap/__init__.py
@@ -9,6 +9,7 @@ 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
@@ -22,7 +23,6 @@ except ImportError as e:
print("please install python(3)-spyne", file=sys.stderr)
sys.exit(20)
-from elbepack.projectmanager import ProjectManager
class EsoapApp(Application):
--
2.11.0
More information about the elbe-devel
mailing list