mailr3107 - /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 March 08, 2007 - 05:51:
Author: bugman
Date: Thu Mar  8 05:51:00 2007
New Revision: 3107

URL: http://svn.gna.org/viewcvs/relax?rev=3107&view=rev
Log:
Added a variable to the relax data storage object for storing the name of the 
current data pipe.


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=3107&r1=3106&r2=3107&view=diff
==============================================================================
--- 1.3/data/__init__.py (original)
+++ 1.3/data/__init__.py Thu Mar  8 05:51:00 2007
@@ -36,6 +36,9 @@
 
     # Singleton initialisation, the reference to the single instance of this 
class.
     __instance = None
+
+    # The current data pipe.
+    current_pipe = None
 
 
     def __init__(self):




Related Messages


Powered by MHonArc, Updated Thu Mar 08 06:20:05 2007