summaryrefslogtreecommitdiffstats
path: root/cobbler/collection.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/collection.py')
-rw-r--r--cobbler/collection.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/cobbler/collection.py b/cobbler/collection.py
index de7ae72..4117bd9 100644
--- a/cobbler/collection.py
+++ b/cobbler/collection.py
@@ -43,12 +43,6 @@ class Collection(serializable.Serializable):
"""
raise exceptions.NotImplementedError
- def filename(self):
- """
- Must override in subclass. See Serializable
- """
- raise exceptions.NotImplementedError
-
def clear(self):
"""
Forget about objects in the collection.