summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-15 11:01:19 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-15 11:01:19 -0400
commit096b9e109e2f8a954af25b8f5241d5f7fd089755 (patch)
tree57b70179eed0b5b3b65a8f78d3fb5ad8093496d5 /cobbler/api.py
parent2fd4775c68160a8617fff5f7015542bf8c1501e5 (diff)
downloadthird_party-cobbler-096b9e109e2f8a954af25b8f5241d5f7fd089755.tar.gz
third_party-cobbler-096b9e109e2f8a954af25b8f5241d5f7fd089755.tar.xz
third_party-cobbler-096b9e109e2f8a954af25b8f5241d5f7fd089755.zip
Work on an shelve-based external storage, for performance testing. Sqlite
is just as likely at this point.
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()