wxglade_hmi/wxglade_hmi.py
changeset 1832 0f1081928d65
parent 1768 691083b5682a
child 1878 fb73a6b6622d
--- a/wxglade_hmi/wxglade_hmi.py	Thu Sep 28 12:20:40 2017 +0300
+++ b/wxglade_hmi/wxglade_hmi.py	Thu Sep 28 15:17:57 2017 +0300
@@ -23,12 +23,14 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
-import wx
+
 import os
 import sys
 import shutil
 from xml.dom import minidom
 
+import wx
+
 import util.paths as paths
 from py_ext import PythonFileCTNMixin