summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/api.py')
-rw-r--r--cobbler/api.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/cobbler/api.py b/cobbler/api.py
index 8208a80..80ed58d 100644
--- a/cobbler/api.py
+++ b/cobbler/api.py
@@ -115,6 +115,13 @@ class BootAPI:
enchant = action_enchant.Enchant(self._config,sysname,profile,password)
return enchant.run()
+ def import_distros(self,tree_path):
+ """
+ Automatically import a directory tree full of distribution files.
+ """
+ print "STUB: NOT IMPLEMENTED YET"
+ return False
+
def serialize(self):
"""
Save the config file(s) to disk.