graphics/GraphicCommons.py
changeset 1832 0f1081928d65
parent 1828 396da88d7b5c
child 1837 c507c363625e
equal deleted inserted replaced
1831:56b48961cc68 1832:0f1081928d65
    20 #
    20 #
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import wx
    25 
    26 from math import *
    26 from math import *
    27 from types import *
    27 from types import *
    28 import datetime
    28 import datetime
    29 from threading import Lock, Timer
    29 from threading import Lock, Timer
    30 
    30 
       
    31 import wx
    31 from graphics.ToolTipProducer import ToolTipProducer
    32 from graphics.ToolTipProducer import ToolTipProducer
    32 from graphics.DebugDataConsumer import DebugDataConsumer
    33 from graphics.DebugDataConsumer import DebugDataConsumer
    33 
    34 
    34 # -------------------------------------------------------------------------------
    35 # -------------------------------------------------------------------------------
    35 #                               Common constants
    36 #                               Common constants