mailr6174 - /1.3/generic_fns/structure/internal.py


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

Header


Content

Posted by edward on May 20, 2008 - 21:59:
Author: bugman
Date: Tue May 20 21:58:59 2008
New Revision: 6174

URL: http://svn.gna.org/viewcvs/relax?rev=6174&view=rev
Log:
Fix by renaming of the Structure_container.__init__() method.


Modified:
    1.3/generic_fns/structure/internal.py

Modified: 1.3/generic_fns/structure/internal.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/internal.py?rev=6174&r1=6173&r2=6174&view=diff
==============================================================================
--- 1.3/generic_fns/structure/internal.py (original)
+++ 1.3/generic_fns/structure/internal.py Tue May 20 21:58:59 2008
@@ -727,7 +727,7 @@
     """
 
 
-    def init(self):
+    def __init__(self):
         """Initialise all the arrays."""
 
         # The atom name (array of str).




Related Messages


Powered by MHonArc, Updated Tue May 20 22:40:18 2008