mailr20157 - /trunk/test_suite/unit_tests/_lib/_frame_order/test_matrix_ops.py


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

Header


Content

Posted by edward on June 16, 2013 - 18:25:
Author: bugman
Date: Sun Jun 16 18:25:39 2013
New Revision: 20157

URL: http://svn.gna.org/viewcvs/relax?rev=20157&view=rev
Log:
Missing import in the unit test module for the lib.frame_order.matrix_ops 
module.


Modified:
    trunk/test_suite/unit_tests/_lib/_frame_order/test_matrix_ops.py

Modified: trunk/test_suite/unit_tests/_lib/_frame_order/test_matrix_ops.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_lib/_frame_order/test_matrix_ops.py?rev=20157&r1=20156&r2=20157&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_lib/_frame_order/test_matrix_ops.py 
(original)
+++ trunk/test_suite/unit_tests/_lib/_frame_order/test_matrix_ops.py Sun Jun 
16 18:25:39 2013
@@ -25,6 +25,7 @@
 from unittest import TestCase
 
 # relax module imports.
+import dep_check
 from lib.frame_order.format import print_frame_order_2nd_degree
 from lib.geometry.coord_transform import cartesian_to_spherical
 from lib.frame_order import *




Related Messages


Powered by MHonArc, Updated Sun Jun 16 19:00:01 2013