# HG changeset patch # User Tero Marttila # Date 1425318218 -7200 # Node ID 55796948021e32feccf0941cc786b37c649edfdf # Parent c60924eca18520183b4b064c27d284813406b458 pvl.hosts.host: fix doctests diff -r c60924eca185 -r 55796948021e pvl/hosts/host.py --- a/pvl/hosts/host.py Mon Mar 02 19:36:39 2015 +0200 +++ b/pvl/hosts/host.py Mon Mar 02 19:43:38 2015 +0200 @@ -74,7 +74,7 @@ Parse the dhcp boot=... option >>> print parse_dhcp_boot(None) - None + {} >>> print parse_dhcp_boot({'filename': '/foo'}) {'filename': '/foo'} >>> print parse_dhcp_boot({'filename': '/foo', 'next-server': 'bar'})