kadischi/livecd_generator kadischi.py,1.47,1.48

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Fri Sep 15 01:41:28 UTC 2006


Author: autopsy

Update of /cvs/devel/kadischi/livecd_generator
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10486/kadischi/livecd_generator

Modified Files:
	kadischi.py 
Log Message:
Some type formatting, keep it constant


Index: kadischi.py
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- kadischi.py	10 Sep 2006 17:30:10 -0000	1.47
+++ kadischi.py	15 Sep 2006 01:41:25 -0000	1.48
@@ -134,21 +134,21 @@
     # run anaconda
     # Make case for running from LiveCD
     if os.access("/.livecd", os.R_OK):
-        print "\n[kadischi] : running anaconda    \n"
+        print "\n[kadischi]: running anaconda    \n"
         anaconda_args.append("--method=%s" % method)
         execute(anaconda_args)
-        print "\n[kadischi] :  anaconda has finished its job \n"
+        print "\n[kadischi]: anaconda has finished its job \n"
     else:
-        print "\n[kadischi] : running anaconda    \n"
+        print "\n[kadischi]: running anaconda    \n"
         anaconda_args.append("--rootpath=%s" % sysdir)
         anaconda_args.append("--method=%s" % method)
         execute(anaconda_args)
-        print "\n[kadischi] :  anaconda has finished its job \n"
+        print "\n[kadischi]: anaconda has finished its job \n"
 
     # run post_install_scripts
     if os.access("/.livecd", os.R_OK):
-        print "\n[kadischi]: Please reboot your system and remove\n"
-        print "[kadischi]: the LiveCD or LiveDVD media to start Fedora Core\n"
+        print "[kadischi]: Please reboot your system and remove"
+        print "[kadischi]: the LiveCD or LiveDVD media to start Fedora Core"
         sys.exit(0)
     else:
         print "[kadischi]: running post installation scripts"




More information about the scm-commits mailing list