mailr3109 - /1.3/data/__init__.py


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

Header


Content

Posted by edward on March 08, 2007 - 06:10:
Author: bugman
Date: Thu Mar  8 06:09:56 2007
New Revision: 3109

URL: http://svn.gna.org/viewcvs/relax?rev=3109&view=rev
Log:
Improved the object print out of the relax data storage object __repr__ 
method.


Modified:
    1.3/data/__init__.py

Modified: 1.3/data/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/__init__.py?rev=3109&r1=3108&r2=3109&view=diff
==============================================================================
--- 1.3/data/__init__.py (original)
+++ 1.3/data/__init__.py Thu Mar  8 06:09:56 2007
@@ -89,7 +89,7 @@
                 continue
             if name in DictType.__dict__:
                 continue
-            text = text + "  %s, %s\n" % (name, `type(getattr(self, name))`)
+            text = text + "  %s: %s\n" % (name, `getattr(self, name)`)
 
         # DictType methods.
         text = text + "\n"




Related Messages


Powered by MHonArc, Updated Thu Mar 08 06:20:05 2007