summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-08-20 10:36:47 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-08-20 10:36:47 -0400
commit4b6d93d6f8e1006cd80f87ca356933d8ed5bef9b (patch)
tree8c11603f597c78c1dfafb13c1736485b7d0bcba3 /cobbler
parent001e21dd52d82c6984376f52470ff10ba50374e2 (diff)
downloadthird_party-cobbler-4b6d93d6f8e1006cd80f87ca356933d8ed5bef9b.tar.gz
third_party-cobbler-4b6d93d6f8e1006cd80f87ca356933d8ed5bef9b.tar.xz
third_party-cobbler-4b6d93d6f8e1006cd80f87ca356933d8ed5bef9b.zip
Adding zeroconf to changelog
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/collection.py2
1 files changed, 2 insertions, 0 deletions
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 = []