mailr3111 - /1.3/data/pipe_container.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 - 06:16:
Author: bugman
Date: Thu Mar  8 06:15:47 2007
New Revision: 3111

URL: http://svn.gna.org/viewcvs/relax?rev=3111&view=rev
Log:
Renamed the class RunContainer to PipeContainer and removed the inheritance 
from 'object'.


Modified:
    1.3/data/pipe_container.py

Modified: 1.3/data/pipe_container.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/pipe_container.py?rev=3111&r1=3110&r2=3111&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Thu Mar  8 06:15:47 2007
@@ -31,7 +31,7 @@
 
 
 
-class RunContainer(object):
+class PipeContainer:
     def __init__(self):
         """Class containing all the program data."""
 




Related Messages


Powered by MHonArc, Updated Thu Mar 08 07:00:09 2007