Thomas Waldmann 9341df05bb optimize filter_by_fqdn(), rename to get_by_fqdn()
as we precisely expect 1 result (0 or more than 1 are error cases), use .get() instead of .filter().
avoid usage of len().
maybe this is a little more efficient than before.
2014-05-29 15:25:38 +02:00
..
2013-12-29 22:20:45 +01:00
2013-12-24 20:10:55 +01:00