configurationengine/source/plugins/symbian/ConeHCRPlugin/hcrplugin/tests/generate_repo.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    18 Script for generating expected data for the tests where output
    18 Script for generating expected data for the tests where output
    19 is written to a file.
    19 is written to a file.
    20 """
    20 """
    21 
    21 
    22 import os, unittest
    22 import os, unittest
    23 import __init__
       
    24 
    23 
    25 from testautomation.utils import hex_to_bindata
    24 from testautomation.utils import hex_to_bindata
    26 
    25 
    27 from hcrplugin.hcrrepository import HcrRepository, HcrRecord
    26 from hcrplugin.hcrrepository import HcrRepository, HcrRecord
    28 from hcrplugin.hcr_writer import HcrWriter
    27 from hcrplugin.hcr_writer import HcrWriter