buildframework/helium/sf/python/pythoncore/lib/pythoncoretests/test_build_io.py
changeset 628 7c4a911dc066
parent 588 c7c26511138f
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    16 #
    16 #
    17 #Description:
    17 #Description:
    18 #===============================================================================
    18 #===============================================================================
    19 
    19 
    20 """ Test the build.io module. """
    20 """ Test the build.io module. """
    21 # pylint: disable-msg=R0201
    21 # pylint: disable=R0201
    22 #method could be a function warning removed
    22 #method could be a function warning removed
    23 
    23 
    24 import logging
    24 import logging
    25 import unittest
    25 import unittest
    26 import os
    26 import os