# HG changeset patch # User Andrey Skvortsov # Date 1538227155 -10800 # Node ID 81116c5db60f5d10cf4b6b35aee99e3ac938b9e0 # Parent f86eefc8d3787c8f5f77da21ea2dd84ab901a580 clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y" diff -r f86eefc8d378 -r 81116c5db60f etherlab/EtherCATManagementEditor.py --- a/etherlab/EtherCATManagementEditor.py Sat Sep 29 16:17:04 2018 +0300 +++ b/etherlab/EtherCATManagementEditor.py Sat Sep 29 16:19:15 2018 +0300 @@ -8,6 +8,8 @@ # See COPYING file for copyrights details. import os +import string +from xml.dom import minidom import wx import wx.grid @@ -18,12 +20,8 @@ from controls import CustomGrid, CustomTable # -------------------------------------------------------------------- -# ------------ for SDO Management -------------------- -import string -# ------------------------------------------------------------- - # ------------ for register management --------------- -from xml.dom import minidom + from util.TranslationCatalogs import NoTranslate # ------------------------------------------------------------- diff -r f86eefc8d378 -r 81116c5db60f etherlab/EthercatMaster.py --- a/etherlab/EthercatMaster.py Sat Sep 29 16:17:04 2018 +0300 +++ b/etherlab/EthercatMaster.py Sat Sep 29 16:19:15 2018 +0300 @@ -11,8 +11,8 @@ import os import cPickle +from copy import deepcopy from lxml import etree -from copy import deepcopy import wx diff -r f86eefc8d378 -r 81116c5db60f etherlab/etherlab.py --- a/etherlab/etherlab.py Sat Sep 29 16:17:04 2018 +0300 +++ b/etherlab/etherlab.py Sat Sep 29 16:19:15 2018 +0300 @@ -11,10 +11,10 @@ import os import shutil +import csv from lxml import etree import wx -import csv from xmlclass import *