mailr10842 - /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 23, 2010 - 02:55:
Author: bugman
Date: Tue Feb 23 02:55:39 2010
New Revision: 10842

URL: http://svn.gna.org/viewcvs/relax?rev=10842&view=rev
Log:
Info_box.sys_info() no longer prints the computer's URL!


Modified:
    1.3/info.py

Modified: 1.3/info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/info.py?rev=10842&r1=10841&r2=10842&view=diff
==============================================================================
--- 1.3/info.py (original)
+++ 1.3/info.py Tue Feb 23 02:55:39 2010
@@ -252,7 +252,6 @@
         text = text + (format % ("Python revision: ", 
platform.python_revision()))
         text = text + (format % ("Numpy version: ", numpy.__version__))
         text = text + (format % ("Libc version: ", (platform.libc_ver()[0] + 
" " + platform.libc_ver()[1])))
-        text = text + (format % ("Network name: ", platform.node()))
 
         # Python packages.
         text = text + self.package_info(format=format)




Related Messages


Powered by MHonArc, Updated Tue Feb 23 03:00:02 2010