buildframework/helium/sf/python/pythoncore/lib/pythoncoretests/test_misc.py
changeset 628 7c4a911dc066
parent 588 c7c26511138f
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    45     http://sourceforge.net/project/shownotes.php?release_id=278548&group_id=38019
    45     http://sourceforge.net/project/shownotes.php?release_id=278548&group_id=38019
    46     """
    46     """
    47     
    47     
    48     import optparse
    48     import optparse
    49     
    49     
    50 # pylint: disable-msg=W0613
    50 # pylint: disable=W0613
    51 
    51 
    52     def testCallback(option, opt, value, parser):
    52     def testCallback(option, opt, value, parser):
    53         """test Call back"""
    53         """test Call back"""
    54         pass
    54         pass
    55     
    55