summaryrefslogtreecommitdiffstats
path: root/cobbler/item_distro.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/item_distro.py')
-rw-r--r--cobbler/item_distro.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cobbler/item_distro.py b/cobbler/item_distro.py
index 85742d6..e804cb9 100644
--- a/cobbler/item_distro.py
+++ b/cobbler/item_distro.py
@@ -24,6 +24,8 @@ from rhpl.translate import _, N_, textdomain, utf8
class Distro(item.Item):
+ TYPE_NAME = _("distro")
+
def clear(self):
"""
Reset this object.