mailr27992 - /trunk/test_suite/unit_tests/_pipe_control/test_state.py


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

Header


Content

Posted by edward on October 05, 2015 - 15:42:
Author: bugman
Date: Mon Oct  5 15:42:24 2015
New Revision: 27992

URL: http://svn.gna.org/viewcvs/relax?rev=27992&view=rev
Log:
Changed the import of pipe_control.state in the test_state unit test module.


Modified:
    trunk/test_suite/unit_tests/_pipe_control/test_state.py

Modified: trunk/test_suite/unit_tests/_pipe_control/test_state.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_pipe_control/test_state.py?rev=27992&r1=27991&r2=27992&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_pipe_control/test_state.py     (original)
+++ trunk/test_suite/unit_tests/_pipe_control/test_state.py     Mon Oct  5 
15:42:24 2015
@@ -23,7 +23,7 @@
 from unittest import TestCase
 
 # relax module imports.
-from pipe_control import state
+import pipe_control.state
 from test_suite.unit_tests.state_testing_base import State_base_class
 
 
@@ -32,4 +32,4 @@
     """Unit tests for the functions of the 'pipe_control.state' module."""
 
     # Place the pipe_control.state module into the class namespace.
-    state = state
+    state = pipe_control.state




Related Messages


Powered by MHonArc, Updated Mon Oct 05 16:00:02 2015