summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestOptions/Two.py
blob: 0120e8b7754d67deae97bb14da9974d246536f81 (plain)
1
2
3
4
5
6
7
"""Test module for component loading."""
from Bcfg2.Options import Option


class Two(object):
    """Test class for component loading."""
    options = [Option('--test', cf=("config", "test"), dest="test", default="bar")]