summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-16 15:59:43 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-16 15:59:43 -0400
commit8b638631f7e8c90cf9e51188523332977caf3b91 (patch)
tree7f33fe947846fe1a75052b69f37087cd09463838 /cobbler/api.py
parentd8b696d10eac14603729f45c4ff232734f28e7a7 (diff)
downloadthird_party-cobbler-8b638631f7e8c90cf9e51188523332977caf3b91.tar.gz
third_party-cobbler-8b638631f7e8c90cf9e51188523332977caf3b91.tar.xz
third_party-cobbler-8b638631f7e8c90cf9e51188523332977caf3b91.zip
Implemented trigger support for tying in with other software.
Diffstat (limited to 'cobbler/api.py')
-rw-r--r--cobbler/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/api.py b/cobbler/api.py
index 8881d83..cda4e86 100644
--- a/cobbler/api.py
+++ b/cobbler/api.py
@@ -30,7 +30,7 @@ class BootAPI:
"""
Constructor
"""
- self._config = config.Config()
+ self._config = config.Config(self)
self.deserialize()
self.__settings = self._config.settings()
self.sync_flag = self.__settings.minimize_syncs