configurationengine/source/plugins/symbian/ConeHCRPlugin/hcrplugin/tests/unittest_writer.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    13 #
    13 #
    14 # Description:
    14 # Description:
    15 #
    15 #
    16 
    16 
    17 import os, unittest
    17 import os, unittest
    18 import __init__
       
    19 
    18 
    20 from hcrplugin.hcrrepository import HcrRepository, HcrRecord
    19 from hcrplugin.hcrrepository import HcrRepository, HcrRecord
    21 from hcrplugin.hcr_writer import HcrWriter
    20 from hcrplugin.hcr_writer import HcrWriter
    22 from hcrplugin import hcr_exceptions
    21 from hcrplugin import hcr_exceptions
    23 
    22