summaryrefslogtreecommitdiffstats
path: root/cobbler/collection.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-17 18:11:51 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-17 18:11:51 -0400
commit4a7d0c46c7dd4ab46a4850bd462729d1ea6be497 (patch)
tree918f0f0b66de6cda083d8dd3d888fd7589c24cba /cobbler/collection.py
parent940a0bbbe44db52c06514423823f865a6c579e3a (diff)
downloadcobbler-4a7d0c46c7dd4ab46a4850bd462729d1ea6be497.tar.gz
cobbler-4a7d0c46c7dd4ab46a4850bd462729d1ea6be497.tar.xz
cobbler-4a7d0c46c7dd4ab46a4850bd462729d1ea6be497.zip
Various changes to allow for increased performance in the WebUI and in saving state, plus
a fix to import that keeps from creating extra yum repo entries for various distros.
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 de7ae72b..4117bd93 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.