configurationengine/source/plugins/symbian/ConeHCRPlugin/hcrplugin/tests/unittest_hcr_header.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    15 #
    15 #
    16 
    16 
    17 import unittest
    17 import unittest
    18 import os, shutil
    18 import os, shutil
    19 import sys
    19 import sys
    20 import __init__
       
    21 
    20 
    22 from testautomation.utils import hex_to_bindata
    21 from testautomation.utils import hex_to_bindata
    23 
    22 
    24 from hcrplugin import hcr_header
    23 from hcrplugin import hcr_header
    25 from hcrplugin.hcr_exceptions import InvalidHcrHeaderError
    24 from hcrplugin.hcr_exceptions import InvalidHcrHeaderError