graphics/GraphicCommons.py
changeset 1832 0f1081928d65
parent 1828 396da88d7b5c
child 1837 c507c363625e
--- a/graphics/GraphicCommons.py	Thu Sep 28 12:20:40 2017 +0300
+++ b/graphics/GraphicCommons.py	Thu Sep 28 15:17:57 2017 +0300
@@ -22,12 +22,13 @@
 # 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
+
 from math import *
 from types import *
 import datetime
 from threading import Lock, Timer
 
+import wx
 from graphics.ToolTipProducer import ToolTipProducer
 from graphics.DebugDataConsumer import DebugDataConsumer