cleanup etherlab: pep8, E401 multiple imports on one line
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 28 Sep 2018 17:52:30 +0300
changeset 2357 7c67286cddbe
parent 2356 c26e0c66d8d5
child 2358 8e5a9830867e
cleanup etherlab: pep8, E401 multiple imports on one line
etherlab/etherlab.py
etherlab/runtime_etherlab.py
--- a/etherlab/etherlab.py	Fri Sep 28 17:48:10 2018 +0300
+++ b/etherlab/etherlab.py	Fri Sep 28 17:52:30 2018 +0300
@@ -9,7 +9,8 @@
 #
 # See COPYING file for copyrights details.
 
-import os, shutil
+import os
+import shutil
 from lxml import etree
 
 import wx
--- a/etherlab/runtime_etherlab.py	Fri Sep 28 17:48:10 2018 +0300
+++ b/etherlab/runtime_etherlab.py	Fri Sep 28 17:52:30 2018 +0300
@@ -1,6 +1,11 @@
-import os,subprocess,sys,ctypes
+import os
+import subprocess
+import sys
+import ctypes
 from threading import Thread
-import ctypes,time,re
+import ctypes
+import time
+import re
 from targets.typemapping import LogLevelsDict
 
 SDOAnswered = PLCBinary.SDOAnswered