mailr14317 - /branches/gui_testing/gui/interpreter.py


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

Header


Content

Posted by edward on August 10, 2011 - 18:29:
Author: bugman
Date: Wed Aug 10 18:29:37 2011
New Revision: 14317

URL: http://svn.gna.org/viewcvs/relax?rev=14317&view=rev
Log:
Added a comment about the daemonic thread.


Modified:
    branches/gui_testing/gui/interpreter.py

Modified: branches/gui_testing/gui/interpreter.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/interpreter.py?rev=14317&r1=14316&r2=14317&view=diff
==============================================================================
--- branches/gui_testing/gui/interpreter.py (original)
+++ branches/gui_testing/gui/interpreter.py Wed Aug 10 18:29:37 2011
@@ -43,6 +43,7 @@
         # Set up the thread object.
         Thread.__init__(self)
 
+        # Set the thread to be daemonic so that relax can exit.
         self.daemon = True
 
         # Create a queue object for the user function calls.




Related Messages


Powered by MHonArc, Updated Wed Aug 10 18:40:02 2011