mailr5243 - in /branches/consistency_tests_1.3: maths_fns/consistency_tests.py specific_fns/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 April 01, 2008 - 21:29:
Author: semor
Date: Tue Apr  1 21:29:28 2008
New Revision: 5243

URL: http://svn.gna.org/viewcvs/relax?rev=5243&view=rev
Log:
Ordered imports alphabetically.


Modified:
    branches/consistency_tests_1.3/maths_fns/consistency_tests.py
    branches/consistency_tests_1.3/specific_fns/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=5243&r1=5242&r2=5243&view=diff
==============================================================================
--- branches/consistency_tests_1.3/maths_fns/consistency_tests.py (original)
+++ branches/consistency_tests_1.3/maths_fns/consistency_tests.py Tue Apr  1 
21:29:28 2008
@@ -22,8 +22,8 @@
 
###############################################################################
 
 # Python module imports.
+from math import pi
 from numpy 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/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/specific_fns/consistency_tests.py?rev=5243&r1=5242&r2=5243&view=diff
==============================================================================
--- branches/consistency_tests_1.3/specific_fns/consistency_tests.py 
(original)
+++ branches/consistency_tests_1.3/specific_fns/consistency_tests.py Tue Apr  
1 21:29:28 2008
@@ -26,12 +26,12 @@
 from string import replace
 
 # relax module imports.
+from base_class import Common_functions
 from data import Data as relax_data_store
-from base_class import Common_functions
 from generic_fns.selection import exists_mol_res_spin_data, spin_loop
 from maths_fns.consistency_tests import Consistency
+from physical_constants import N15_CSA, NH_BOND_LENGTH
 from relax_errors import RelaxError, RelaxFuncSetupError, RelaxNoPipeError, 
RelaxNoSequenceError, RelaxNoValueError
-from physical_constants import N15_CSA, NH_BOND_LENGTH
 
 
 class Consistency_tests(Common_functions):




Related Messages


Powered by MHonArc, Updated Tue Apr 01 22:40:09 2008