summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/api.py')
-rw-r--r--cobbler/api.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cobbler/api.py b/cobbler/api.py
index c1063b5..955c41d 100644
--- a/cobbler/api.py
+++ b/cobbler/api.py
@@ -226,6 +226,9 @@ class BootAPI:
"""
return self._config.deserialize()
+ ## FIXME: would be nice to have functions to just deserialize
+ ## certain collections for efficiency in WUI calls.
+
if __name__ == "__main__":
api = BootAPI()
print api.version()