summaryrefslogtreecommitdiffstats
path: root/cobbler/item_distro.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-12 16:51:55 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-12 16:51:55 -0400
commit97d4406be919c5ac53e9d2dc2a5dc6e323bc19c4 (patch)
treea37a5b61ab386af1a20fc98e8050a24fe56cc5d9 /cobbler/item_distro.py
parentfcbbaf14ae639c45c59275300b59106a753339c7 (diff)
downloadthird_party-cobbler-97d4406be919c5ac53e9d2dc2a5dc6e323bc19c4.tar.gz
third_party-cobbler-97d4406be919c5ac53e9d2dc2a5dc6e323bc19c4.tar.xz
third_party-cobbler-97d4406be919c5ac53e9d2dc2a5dc6e323bc19c4.zip
release bump
Diffstat (limited to 'cobbler/item_distro.py')
-rw-r--r--cobbler/item_distro.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cobbler/item_distro.py b/cobbler/item_distro.py
index e804cb9..02f2eab 100644
--- a/cobbler/item_distro.py
+++ b/cobbler/item_distro.py
@@ -167,8 +167,5 @@ class Distro(item.Item):
buf = buf + _("architecture : %s\n") % self.arch
buf = buf + _("ks metadata : %s\n") % self.ks_meta
buf = buf + _("breed : %s\n") % self.breed
- # FIXME: temporary
- buf = buf + _("children : %s\n") % self.get_children()
- buf = buf + _("descendants : %s\n") % self.get_descendants()
return buf