mailr6524 - /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 June 28, 2008 - 19:37:
Author: bugman
Date: Sat Jun 28 19:37:32 2008
New Revision: 6524

URL: http://svn.gna.org/viewcvs/relax?rev=6524&view=rev
Log:
Bug fix for the Relax_data_store.xml_read() method.  The self arg was missing!


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=6524&r1=6523&r2=6524&view=diff
==============================================================================
--- 1.3/data/__init__.py (original)
+++ 1.3/data/__init__.py Sat Jun 28 19:37:32 2008
@@ -160,7 +160,7 @@
         self.current_pipe = pipe_name
 
 
-    def xml_read(file, verbosity=1):
+    def xml_read(self, file, verbosity=1):
         """Parse a XML document representation of a data pipe, and load it 
into the relax data store.
 
         @param file:        The open file object.




Related Messages


Powered by MHonArc, Updated Sat Jun 28 21:00:18 2008