summaryrefslogtreecommitdiffstats
path: root/cobbler/item.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-05-08 10:22:09 -0400
committerJim Meyering <jim@meyering.net>2006-05-08 10:22:09 -0400
commit643cf0d5bb69f2933cc88f03ccf288ed0eb52e42 (patch)
treeaea2d041aed77e96ff5c890ad0216c98fc0d42bd /cobbler/item.py
parentfc086c72640c3f8f51f9a07b76387647fb683025 (diff)
downloadthird_party-cobbler-643cf0d5bb69f2933cc88f03ccf288ed0eb52e42.tar.gz
third_party-cobbler-643cf0d5bb69f2933cc88f03ccf288ed0eb52e42.tar.xz
third_party-cobbler-643cf0d5bb69f2933cc88f03ccf288ed0eb52e42.zip
Unit tests pass again.
Diffstat (limited to 'cobbler/item.py')
-rw-r--r--cobbler/item.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/cobbler/item.py b/cobbler/item.py
index a881b40..c2944e6 100644
--- a/cobbler/item.py
+++ b/cobbler/item.py
@@ -1,9 +1,11 @@
-
-import serializable
-
"""
An Item is a serializable thing that can appear in a Collection
+
+Michael DeHaan <mdehaan@redhat.com>
"""
+
+import serializable
+
class Item(serializable.Serializable):
"""