summaryrefslogtreecommitdiffstats
path: root/cobbler/serializable.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-05-08 11:19:46 -0400
committerJim Meyering <jim@meyering.net>2006-05-08 11:19:46 -0400
commitfde48f2d1dc6412a0e9e483da8d197fd8c5d8e53 (patch)
tree1af94dc01339be06d7b339b87f55e87503052553 /cobbler/serializable.py
parentd3f5db5d15a74c9149d86a2a73317365d726beba (diff)
downloadthird_party-cobbler-fde48f2d1dc6412a0e9e483da8d197fd8c5d8e53.tar.gz
third_party-cobbler-fde48f2d1dc6412a0e9e483da8d197fd8c5d8e53.tar.xz
third_party-cobbler-fde48f2d1dc6412a0e9e483da8d197fd8c5d8e53.zip
PyChecker.
Diffstat (limited to 'cobbler/serializable.py')
-rw-r--r--cobbler/serializable.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/cobbler/serializable.py b/cobbler/serializable.py
index 0a23283..a55eae9 100644
--- a/cobbler/serializable.py
+++ b/cobbler/serializable.py
@@ -1,9 +1,12 @@
"""
-Serializable interface, for documentation purposes
+Serializable interface, for documentation purposes.
+Collections and Settings both support this interface.
Michael DeHaan <mdehaan@redhat.com>
"""
+import exceptions
+
class Serializable:
def filename(self):