summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-22 13:14:40 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-22 13:14:40 -0400
commit169be68abf25fa66d0a922377d2110d30fc7bc67 (patch)
tree23aeee772d91a0b9428d72dfef59063df8c75db9 /cobbler
parent912231cabd05f4b6ffebfde8bce77037281b0f20 (diff)
downloadthird_party-cobbler-169be68abf25fa66d0a922377d2110d30fc7bc67.tar.gz
third_party-cobbler-169be68abf25fa66d0a922377d2110d30fc7bc67.tar.xz
third_party-cobbler-169be68abf25fa66d0a922377d2110d30fc7bc67.zip
Fix docstring
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/remote.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cobbler/remote.py b/cobbler/remote.py
index 3ad2277..28041b4 100644
--- a/cobbler/remote.py
+++ b/cobbler/remote.py
@@ -986,6 +986,7 @@ class CobblerReadWriteXMLRPCInterface(CobblerXMLRPCInterface):
def remove_profile(self,name,token,recursive=1):
"""
Deletes a profile from a collection. Note that this just requires the name
+ """
self.check_access(token, "get_kickstart_templates")
files = {}
for x in self.api.profiles():
@@ -998,7 +999,7 @@ class CobblerReadWriteXMLRPCInterface(CobblerXMLRPCInterface):
def read_or_write_kickstart_template(self,kickstart_file,is_read,new_data,token):
- """
+ """
Allows the WebUI to be used as a kickstart file editor. For security
reasons we will only allow kickstart files to be edited if they reside in
/var/lib/cobbler/kickstarts/ or /etc/cobbler. This limits the damage