buildframework/helium/sf/python/pythoncore/lib/pythoncoretests/test_bomtofile.py
changeset 628 7c4a911dc066
parent 588 c7c26511138f
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    16 #
    16 #
    17 #Description:
    17 #Description:
    18 #===============================================================================
    18 #===============================================================================
    19 """ test BOM to file"""
    19 """ test BOM to file"""
    20 
    20 
    21 # pylint: disable-msg=R0201
    21 # pylint: disable=R0201
    22 
    22 
    23 import tempfile
    23 import tempfile
    24 from shutil import rmtree
    24 from shutil import rmtree
    25 import logging
    25 import logging
    26 import unittest
    26 import unittest