summaryrefslogtreecommitdiffstats
path: root/cobbler/action_import.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-10-16 14:45:40 -0400
committerJim Meyering <jim@meyering.net>2006-10-16 14:45:40 -0400
commitff4e363383f4be53d71e4a9cfae8da278c5ddcbb (patch)
treee102e014cae6428ced0250d1a004fd1a85dcd587 /cobbler/action_import.py
parent3819a6a8a1afc48be0b745a488b28a45018ac53b (diff)
downloadthird_party-cobbler-ff4e363383f4be53d71e4a9cfae8da278c5ddcbb.tar.gz
third_party-cobbler-ff4e363383f4be53d71e4a9cfae8da278c5ddcbb.tar.xz
third_party-cobbler-ff4e363383f4be53d71e4a9cfae8da278c5ddcbb.zip
Preparation for 2.5.1
Diffstat (limited to 'cobbler/action_import.py')
-rw-r--r--cobbler/action_import.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cobbler/action_import.py b/cobbler/action_import.py
index 90dd30c..cd19ed0 100644
--- a/cobbler/action_import.py
+++ b/cobbler/action_import.py
@@ -79,7 +79,7 @@ class Importer:
update_file.write("#!/bin/sh")
update_file.write("%s\n" % cmd)
# leave this commented out in the file because it will
- # erase user customizations.
+ # erase user customizations.
update_file.write("#cobbler import --path=%s" % self.path)
update_file.close()
if self.path is not None:
@@ -202,7 +202,7 @@ class Importer:
print "*** PROFILE ADDED ***"
def get_proposed_name(self,dirname):
- # for now, just use the path to the images directory as the
+ # for now, just use the path to the images directory as the
# name or the profile. This provides the added bonus of letting
# the shell interpolate it.
return dirname