From 4b6d93d6f8e1006cd80f87ca356933d8ed5bef9b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 20 Aug 2007 10:36:47 -0400 Subject: Adding zeroconf to changelog --- cobbler/collection.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cobbler') diff --git a/cobbler/collection.py b/cobbler/collection.py index 16ad9ac..c113481 100644 --- a/cobbler/collection.py +++ b/cobbler/collection.py @@ -58,6 +58,8 @@ class Collection(serializable.Serializable): """ Return first object in the collection that maches all item='value' pairs passed, else return None if no objects can be found. + When return_list is set, can also return a list. Empty list + would be returned instead of None in that case. """ matches = [] -- cgit