mailr4697 - in /branches/consistency_tests_1.3: maths_fns/consistency_tests.py 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 14, 2008 - 02:03:
Author: semor
Date: Mon Jan 14 02:03:35 2008
New Revision: 4697

URL: http://svn.gna.org/viewcvs/relax?rev=4697&view=rev
Log:
Added comments to the imports.


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

Modified: branches/consistency_tests_1.3/maths_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/maths_fns/consistency_tests.py?rev=4697&r1=4696&r2=4697&view=diff
==============================================================================
--- branches/consistency_tests_1.3/maths_fns/consistency_tests.py (original)
+++ branches/consistency_tests_1.3/maths_fns/consistency_tests.py Mon Jan 14 
02:03:35 2008
@@ -21,9 +21,11 @@
 #                                                                            
 #
 
###############################################################################
 
+# Python module imports.
 from Numeric import Float64, zeros
 from math import pi
 
+# relax module imports.
 from ri_comps import calc_fixed_csa, calc_fixed_dip, comp_csa_const_func, 
comp_dip_const_func
 
 

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=4697&r1=4696&r2=4697&view=diff
==============================================================================
--- branches/consistency_tests_1.3/prompt/consistency_tests.py (original)
+++ branches/consistency_tests_1.3/prompt/consistency_tests.py Mon Jan 14 
02:03:35 2008
@@ -21,8 +21,10 @@
 #                                                                            
 #
 
###############################################################################
 
+# Python module imports.
 import sys
 
+# relax module imports.
 import help
 from relax_errors import RelaxStrError
 




Related Messages


Powered by MHonArc, Updated Mon Jan 14 02:40:08 2008