controls/DebugVariablePanel/DebugVariableItem.py
changeset 1832 0f1081928d65
parent 1782 5b6ad7a7fd9d
child 1878 fb73a6b6622d
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 binascii
    25 import numpy
    26 import numpy
    26 import binascii
       
    27 
       
    28 from graphics.DebugDataConsumer import DebugDataConsumer, TYPE_TRANSLATOR
    27 from graphics.DebugDataConsumer import DebugDataConsumer, TYPE_TRANSLATOR
    29 
    28 
    30 # -------------------------------------------------------------------------------
    29 # -------------------------------------------------------------------------------
    31 #                 Constant for calculate CRC for string variables
    30 #                 Constant for calculate CRC for string variables
    32 # -------------------------------------------------------------------------------
    31 # -------------------------------------------------------------------------------