configurationengine/source/plugins/symbian/ConeHCRPlugin/hcrplugin/tests/unittest_read_write_record.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    40 """
    40 """
    41 
    41 
    42 import unittest
    42 import unittest
    43 import os, shutil
    43 import os, shutil
    44 import sys
    44 import sys
    45 import __init__
       
    46 
    45 
    47 from testautomation.utils import hex_to_bindata
    46 from testautomation.utils import hex_to_bindata
    48 
    47 
    49 from hcrplugin.hcrrepository import HcrRepository, HcrRecord
    48 from hcrplugin.hcrrepository import HcrRepository, HcrRecord
    50 from hcrplugin.hcr_writer import HcrWriter
    49 from hcrplugin.hcr_writer import HcrWriter