mailr10486 - /branches/bieri_gui/gui_bieri/controller.py


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

Header


Content

Posted by edward on January 28, 2010 - 12:20:
Author: bugman
Date: Thu Jan 28 12:20:52 2010
New Revision: 10486

URL: http://svn.gna.org/viewcvs/relax?rev=10486&view=rev
Log:
Added the empty class Thread_container to be used to store the calculation 
thread info.


Modified:
    branches/bieri_gui/gui_bieri/controller.py

Modified: branches/bieri_gui/gui_bieri/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/controller.py?rev=10486&r1=10485&r2=10486&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/controller.py (original)
+++ branches/bieri_gui/gui_bieri/controller.py Thu Jan 28 12:20:52 2010
@@ -198,3 +198,7 @@
 
         # Terminate the event.
         event.Skip()
+
+
+class Thread_container:
+    """Storage object for the calculation threads."""




Related Messages


Powered by MHonArc, Updated Thu Jan 28 12:40:03 2010