refactor name only_private

This commit is contained in:
gwen
2013-09-27 11:28:23 +02:00
parent 162ae02df8
commit 2490d00935
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ from tiramisu.option import IPOption, NetworkOption, NetmaskOption, \
def test_ip():
a = IPOption('a', '')
b = IPOption('b', '', only_private=True)
b = IPOption('b', '', private_only=True)
od = OptionDescription('od', '', [a, b])
c = Config(od)
c.a = '192.168.1.1'