mailr5665 - /1.3/test_suite/system_tests/model_free.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 14, 2008 - 14:16:
Author: bugman
Date: Mon Apr 14 14:16:16 2008
New Revision: 5665

URL: http://svn.gna.org/viewcvs/relax?rev=5665&view=rev
Log:
Small change to the debugging printout.


Modified:
    1.3/test_suite/system_tests/model_free.py

Modified: 1.3/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_free.py?rev=5665&r1=5664&r2=5665&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Mon Apr 14 14:16:16 2008
@@ -80,7 +80,7 @@
         string = string + "Architecture: " + arch[0] + " " + arch[1] + "\n"
         string = string + "Machine: " + mach + "\n"
         string = string + "Processor: " + proc + "\n"
-        string = string + "Python: " + py_ver + "\n"
+        string = string + "Python version: " + py_ver + "\n"
         string = string + "numpy version: " + numpy.__version__ + "\n"
 
         # Add the SpinContainer contents.




Related Messages


Powered by MHonArc, Updated Mon Apr 14 14:20:25 2008