summaryrefslogtreecommitdiffstats
path: root/cobbler/item.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/item.py')
-rw-r--r--cobbler/item.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/cobbler/item.py b/cobbler/item.py
index c2944e6..b1f5b93 100644
--- a/cobbler/item.py
+++ b/cobbler/item.py
@@ -4,17 +4,12 @@ An Item is a serializable thing that can appear in a Collection
Michael DeHaan <mdehaan@redhat.com>
"""
+import exceptions
+
import serializable
class Item(serializable.Serializable):
- """
- constructor must be of format:
- def __init__(self,seed_data)
- where seed_data is a hash of argument_name/value pairs
- see profile.py for example
- """
-
def set_name(self,name):
"""
All objects have names, and with the exception of System