mailr8607 - /branches/multi_structure/generic_fns/structure/api_base.py


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

Header


Content

Posted by edward on January 22, 2009 - 16:50:
Author: bugman
Date: Thu Jan 22 16:50:44 2009
New Revision: 8607

URL: http://svn.gna.org/viewcvs/relax?rev=8607&view=rev
Log:
Bug fix for MolList.from_xml().  The MolContainer is now correctly referenced.


Modified:
    branches/multi_structure/generic_fns/structure/api_base.py

Modified: branches/multi_structure/generic_fns/structure/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/generic_fns/structure/api_base.py?rev=8607&r1=8606&r2=8607&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/api_base.py (original)
+++ branches/multi_structure/generic_fns/structure/api_base.py Thu Jan 22 
16:50:44 2009
@@ -971,7 +971,7 @@
             self.add_item(mol_name=name)
 
             # Execute the specific MolContainer from_xml() method.
-            self[-1].mol[-1].from_xml(mol_node)
+            self[-1].from_xml(mol_node)
 
 
     def to_xml(self, doc, element):




Related Messages


Powered by MHonArc, Updated Thu Jan 22 17:00:05 2009