mailr11838 - /1.3/status.py


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

Header


Content

Posted by edward on December 16, 2010 - 11:53:
Author: bugman
Date: Thu Dec 16 11:53:51 2010
New Revision: 11838

URL: http://svn.gna.org/viewcvs/relax?rev=11838&view=rev
Log:
Missing module import.


Modified:
    1.3/status.py

Modified: 1.3/status.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/status.py?rev=11838&r1=11837&r2=11838&view=diff
==============================================================================
--- 1.3/status.py (original)
+++ 1.3/status.py Thu Dec 16 11:53:51 2010
@@ -24,6 +24,7 @@
 """Module containing the status singleton object."""
 
 # Python module imports.
+import __main__
 from threading import Lock
 
 # relax module imports.




Related Messages


Powered by MHonArc, Updated Thu Dec 16 12:00:03 2010