mailr16407 - /branches/uf_redesign/test_suite/gui_tests/base_classes.py


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

Header


Content

Posted by edward on May 23, 2012 - 08:56:
Author: bugman
Date: Wed May 23 08:56:17 2012
New Revision: 16407

URL: http://svn.gna.org/viewcvs/relax?rev=16407&view=rev
Log:
The GUI base class now has access to math.pi.

This is necessary as the system test scripts are run in this namespace rather 
than the interpreter
namespace which has pi defined.


Modified:
    branches/uf_redesign/test_suite/gui_tests/base_classes.py

Modified: branches/uf_redesign/test_suite/gui_tests/base_classes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/test_suite/gui_tests/base_classes.py?rev=16407&r1=16406&r2=16407&view=diff
==============================================================================
--- branches/uf_redesign/test_suite/gui_tests/base_classes.py (original)
+++ branches/uf_redesign/test_suite/gui_tests/base_classes.py Wed May 23 
08:56:17 2012
@@ -24,6 +24,7 @@
 """Base classes for the GUI tests."""
 
 # Python module imports.
+from math import pi    # This is needed for relax scripts as pi is located 
in the relax prompt namespace.
 from os import sep
 import Queue
 from shutil import rmtree




Related Messages


Powered by MHonArc, Updated Wed May 23 09:20:02 2012