mailr13310 - /branches/gui_testing/gui/analyses/auto_rx_base.py


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

Header


Content

Posted by edward on June 29, 2011 - 16:08:
Author: bugman
Date: Wed Jun 29 16:08:37 2011
New Revision: 13310

URL: http://svn.gna.org/viewcvs/relax?rev=13310&view=rev
Log:
Fixed the import of the threading module.


Modified:
    branches/gui_testing/gui/analyses/auto_rx_base.py

Modified: branches/gui_testing/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_rx_base.py?rev=13310&r1=13309&r2=13310&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Wed Jun 29 16:08:37 2011
@@ -28,7 +28,7 @@
 from os import sep
 from string import replace
 import sys
-import thread
+from threading import Thread
 import time
 import wx
 




Related Messages


Powered by MHonArc, Updated Wed Jun 29 16:20:02 2011