summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-10-16 11:45:53 -0400
committerJim Meyering <jim@meyering.net>2006-10-16 11:45:53 -0400
commita393fe10280cf8202cb3acfc1b8df606158d7966 (patch)
tree627b31c76b4dd5ac1f1e995a6c3b43e610d92479 /cobbler/api.py
parent371b17f08988754ea2bb30d45074207171864e84 (diff)
downloadthird_party-cobbler-a393fe10280cf8202cb3acfc1b8df606158d7966.tar.gz
third_party-cobbler-a393fe10280cf8202cb3acfc1b8df606158d7966.tar.xz
third_party-cobbler-a393fe10280cf8202cb3acfc1b8df606158d7966.zip
Trailing whitespace.
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 fae5d64..bc95a29 100644
--- a/cobbler/api.py
+++ b/cobbler/api.py
@@ -111,7 +111,7 @@ class BootAPI:
def enchant(self,sysname,password):
"""
Apply a system profile to a running remote system, replacing
- the current OS.
+ the current OS.
"""
enchant = action_enchant.Enchant(self._config,sysname,password)
return enchant.run()