mailr3095 - /1.3/relax


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

Header


Content

Posted by edward on March 08, 2007 - 04:07:
Author: bugman
Date: Thu Mar  8 04:07:02 2007
New Revision: 3095

URL: http://svn.gna.org/viewcvs/relax?rev=3095&view=rev
Log:
Removal of the assignment of Data() to 'self.relax.data'.


Modified:
    1.3/relax

Modified: 1.3/relax
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax?rev=3095&r1=3094&r2=3095&view=diff
==============================================================================
--- 1.3/relax (original)
+++ 1.3/relax Thu Mar  8 04:07:02 2007
@@ -65,7 +65,6 @@
 
 # relax modules.
 from colour import Colour
-from data import Data
 from io import IO
 from generic_fns.main import Generic
 from prompt.gpl import gpl
@@ -106,9 +105,6 @@
         # Set the program introduction string to nothing.
         self.intro_string = None
 
-        # The program data storage object.
-        self.data = Data()
-
         # The thread data storage object.
         self.thread_data = ThreadData()
 




Related Messages


Powered by MHonArc, Updated Thu Mar 08 04:40:04 2007