mailr6409 - /1.3/data/pipe_container.py


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

Header


Content

Posted by edward on June 22, 2008 - 16:35:
Author: bugman
Date: Sun Jun 22 16:34:59 2008
New Revision: 6409

URL: http://svn.gna.org/viewcvs/relax?rev=6409&view=rev
Log:
Fixes for the PipeContainer methods.


Modified:
    1.3/data/pipe_container.py

Modified: 1.3/data/pipe_container.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/pipe_container.py?rev=6409&r1=6408&r2=6409&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Sun Jun 22 16:34:59 2008
@@ -77,7 +77,7 @@
                 text = text + "  structure: The 3D molecular data object\n"
 
             # Skip the PipeContainer methods.
-            if name == 'is_empty':
+            if name in ['is_empty', 'xml_write']:
                 continue
 
             # Skip certain objects.
@@ -117,7 +117,7 @@
                 continue
 
             # Skip the PipeContainer methods.
-            if name == 'is_empty':
+            if name in ['is_empty', 'xml_write']:
                 continue
 
             # Skip special objects.




Related Messages


Powered by MHonArc, Updated Sun Jun 22 16:40:14 2008