mailr6566 - in /1.3/test_suite/system_tests: angles.py load_spins.py


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

Header


Content

Posted by edward on June 29, 2008 - 11:13:
Author: bugman
Date: Sun Jun 29 11:13:55 2008
New Revision: 6566

URL: http://svn.gna.org/viewcvs/relax?rev=6566&view=rev
Log:
Added the missing import of 'sys'.


Modified:
    1.3/test_suite/system_tests/angles.py
    1.3/test_suite/system_tests/load_spins.py

Modified: 1.3/test_suite/system_tests/angles.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/angles.py?rev=6566&r1=6565&r2=6566&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/angles.py (original)
+++ 1.3/test_suite/system_tests/angles.py Sun Jun 29 11:13:55 2008
@@ -22,6 +22,7 @@
 
 # Python module imports.
 from numpy import fromstring
+import sys
 from unittest import TestCase
 
 # relax module imports.

Modified: 1.3/test_suite/system_tests/load_spins.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/load_spins.py?rev=6566&r1=6565&r2=6566&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/load_spins.py (original)
+++ 1.3/test_suite/system_tests/load_spins.py Sun Jun 29 11:13:55 2008
@@ -22,6 +22,7 @@
 
 
 # Python module imports.
+import sys
 from unittest import TestCase
 
 # relax module imports.




Related Messages


Powered by MHonArc, Updated Sun Jun 29 11:20:26 2008