controls/DebugVariablePanel/DebugVariableItem.py
changeset 1832 0f1081928d65
parent 1782 5b6ad7a7fd9d
child 1878 fb73a6b6622d
--- a/controls/DebugVariablePanel/DebugVariableItem.py	Thu Sep 28 12:20:40 2017 +0300
+++ b/controls/DebugVariablePanel/DebugVariableItem.py	Thu Sep 28 15:17:57 2017 +0300
@@ -22,9 +22,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+import binascii
 import numpy
-import binascii
-
 from graphics.DebugDataConsumer import DebugDataConsumer, TYPE_TRANSLATOR
 
 # -------------------------------------------------------------------------------