Author: bugman
Date: Tue Dec 10 11:28:19 2013
New Revision: 21928

URL: http://svn.gna.org/viewcvs/relax?rev=21928&view=rev
Log:
Capitalised 'Python' in the IO redirection messages.


Modified:
    trunk/lib/io.py

Modified: trunk/lib/io.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/io.py?rev=21928&r1=21927&r2=21928&view=diff
==============================================================================
--- trunk/lib/io.py (original)
+++ trunk/lib/io.py Tue Dec 10 11:28:19 2013
@@ -243,9 +243,9 @@
 
     # Print out.
     if verbosity:
-        print("Redirecting the sys.stdin IO stream to the python stdin IO 
stream.")
+        print("Redirecting the sys.stdin IO stream to the Python stdin IO 
stream.")
         print("Redirecting the sys.stdout IO stream to the log file '%s'." % 
file_path)
-        print("Redirecting the sys.stderr IO stream to both the python stderr 
IO stream and the log file '%s'." % file_path)
+        print("Redirecting the sys.stderr IO stream to both the Python stderr 
IO stream and the log file '%s'." % file_path)
 
     # Set the logging IO streams.
     log_stdout = log_file
@@ -282,9 +282,9 @@
 
     # Print out.
     if verbosity:
-        print("Redirecting the sys.stdin IO stream to the python stdin IO 
stream.")
-        print("Redirecting the sys.stdout IO stream to both the python stdout 
IO stream and the log file '%s'." % file_path)
-        print("Redirecting the sys.stderr IO stream to both the python stderr 
IO stream and the log file '%s'." % file_path)
+        print("Redirecting the sys.stdin IO stream to the Python stdin IO 
stream.")
+        print("Redirecting the sys.stdout IO stream to both the Python stdout 
IO stream and the log file '%s'." % file_path)
+        print("Redirecting the sys.stderr IO stream to both the Python stderr 
IO stream and the log file '%s'." % file_path)
 
     # Set the tee IO streams.
     tee_stdout.split(stdout, tee_file)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to