buildframework/helium/sf/python/pythoncore/lib/sysdef/io.py
changeset 628 7c4a911dc066
parent 587 85df38eb4012
child 645 b8d81fa19e7d
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    14 #
    14 #
    15 #Contributors:
    15 #Contributors:
    16 #
    16 #
    17 #Description:
    17 #Description:
    18 #===============================================================================
    18 #===============================================================================
    19 # pylint: disable-msg=W0212,W0141
    19 # pylint: disable=W0212,W0141
    20 """ IO module for SystemDefinitionFile.
    20 """ IO module for SystemDefinitionFile.
    21     - Allow convertion to m,a 
    21     - Allow convertion to m,a 
    22 """
    22 """
    23 
    23 
    24 class FlashImageSizeWriter(object):
    24 class FlashImageSizeWriter(object):