mailr3715 - /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 November 20, 2007 - 18:49:
Author: bugman
Date: Tue Nov 20 18:49:27 2007
New Revision: 3715

URL: http://svn.gna.org/viewcvs/relax?rev=3715&view=rev
Log:
A temporary fix to the broken pickling of the relax data storage singleton.


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=3715&r1=3714&r2=3715&view=diff
==============================================================================
--- 1.3/data/__init__.py (original)
+++ 1.3/data/__init__.py Tue Nov 20 18:49:27 2007
@@ -34,7 +34,7 @@
             'main' ]
 
 
-class Data(dict):
+class Data2(dict):
     """The relax data storage object."""
 
     # The current data pipe.
@@ -127,4 +127,4 @@
 
 # Rebind the name Data with an instance to prevent accidental creation
 # of multiple instances of the Data class
-Data = Data()
+Data = Data2()




Related Messages


Powered by MHonArc, Updated Tue Nov 20 19:20:19 2007