controls/DebugVariablePanel/DebugVariableItem.py
changeset 1966 08f70b33bc9f
parent 1962 f41dc3829af6
child 2741 3cc5663af196
equal deleted inserted replaced
1965:f77bc4fdc73c 1966:08f70b33bc9f
    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 
    25 
    26 from __future__ import absolute_import
    26 from __future__ import absolute_import
       
    27 from datetime import timedelta
    27 import binascii
    28 import binascii
    28 import numpy
    29 import numpy
    29 from datetime import timedelta
       
    30 from graphics.DebugDataConsumer import DebugDataConsumer, TYPE_TRANSLATOR
    30 from graphics.DebugDataConsumer import DebugDataConsumer, TYPE_TRANSLATOR
    31 
    31 
    32 # -------------------------------------------------------------------------------
    32 # -------------------------------------------------------------------------------
    33 #                 Constant for calculate CRC for string variables
    33 #                 Constant for calculate CRC for string variables
    34 # -------------------------------------------------------------------------------
    34 # -------------------------------------------------------------------------------