configurationengine/source/plugins/symbian/ConeHCRPlugin/hcrplugin/hcr_writer.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 
    16 
    17 import logging
    17 
    18 import __init__
    18 from struct import pack
    19   
    19 
    20 
       
    21 from struct import pack, unpack
       
    22 
       
    23 from cone.public import exceptions,plugin,utils,api
       
    24 from hcrplugin.hcrrepository import HcrRecord
    20 from hcrplugin.hcrrepository import HcrRecord
    25 from hcrplugin.hcr_exceptions import *
    21 from hcrplugin.hcr_exceptions import *
    26 from hcrplugin.hcr_header import HcrHeader
    22 from hcrplugin.hcr_header import HcrHeader
    27 
    23 
    28 # Dictionary for mapping the HCRML value types to their
    24 # Dictionary for mapping the HCRML value types to their