mailr4803 - /branches/consistency_tests_1.3/prompt/consistency_tests.py


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

Header


Content

Posted by sebastien . morin . 1 on January 16, 2008 - 19:29:
Author: semor
Date: Wed Jan 16 19:29:15 2008
New Revision: 4803

URL: http://svn.gna.org/viewcvs/relax?rev=4803&view=rev
Log:
Introduced the new instantiated consistency tests class in 
prompt.consistency_tests.


Modified:
    branches/consistency_tests_1.3/prompt/consistency_tests.py

Modified: branches/consistency_tests_1.3/prompt/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/prompt/consistency_tests.py?rev=4803&r1=4802&r2=4803&view=diff
==============================================================================
--- branches/consistency_tests_1.3/prompt/consistency_tests.py (original)
+++ branches/consistency_tests_1.3/prompt/consistency_tests.py Wed Jan 16 
19:29:15 2008
@@ -27,6 +27,7 @@
 # relax module imports.
 import help
 from relax_errors import RelaxStrError
+from specific_fns import consistency_tests_obj
 
 
 class Consistency_tests:
@@ -77,4 +78,4 @@
             raise RelaxStrError, ('frq', frq)
 
         # Execute the functional code.
-        self.__relax__.specific.consistency_tests.set_frq(frq=frq)
+        consistency_tests_obj.set_frq(frq=frq)




Related Messages


Powered by MHonArc, Updated Thu Jan 17 10:20:25 2008