summaryrefslogtreecommitdiffstats
path: root/cobbler/item.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/item.py')
-rw-r--r--cobbler/item.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cobbler/item.py b/cobbler/item.py
index b1ad2d1..52ab9b9 100644
--- a/cobbler/item.py
+++ b/cobbler/item.py
@@ -20,6 +20,8 @@ from rhpl.translate import _, N_, textdomain, utf8
class Item(serializable.Serializable):
+ TYPE_NAME = "generic"
+
def __init__(self,config):
"""
Constructor. Requires a back reference to the Config management object.