mailr10828 - /1.3/info.py


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

Header


Content

Posted by edward on February 22, 2010 - 18:19:
Author: bugman
Date: Mon Feb 22 18:19:09 2010
New Revision: 10828

URL: http://svn.gna.org/viewcvs/relax?rev=10828&view=rev
Log:
Replaced the relax version line with the full relax intro when using the -i 
cmdline flag.


Modified:
    1.3/info.py

Modified: 1.3/info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/info.py?rev=10828&r1=10827&r2=10828&view=diff
==============================================================================
--- 1.3/info.py (original)
+++ 1.3/info.py Mon Feb 22 18:19:09 2010
@@ -172,14 +172,10 @@
         """
 
         # Init.
-        text = ''
+        text = self.intro_text()
 
         # Formatting string.
         format = "    %-25s%s\n"
-
-        # The relax version.
-        text = text + ("\nrelax information:\n")
-        text = text + (format % ("relax version: ", version))
 
         # Hardware info.
         text = text + ("\nHardware information:\n")




Related Messages


Powered by MHonArc, Updated Mon Feb 22 20:00:03 2010