mailr5917 - /1.3/specific_fns/jw_mapping.py


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

Header


Content

Posted by edward on April 21, 2008 - 14:36:
Author: bugman
Date: Mon Apr 21 14:36:03 2008
New Revision: 5917

URL: http://svn.gna.org/viewcvs/relax?rev=5917&view=rev
Log:
Sorted some import statements.


Modified:
    1.3/specific_fns/jw_mapping.py

Modified: 1.3/specific_fns/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/jw_mapping.py?rev=5917&r1=5916&r2=5917&view=diff
==============================================================================
--- 1.3/specific_fns/jw_mapping.py (original)
+++ 1.3/specific_fns/jw_mapping.py Mon Apr 21 14:36:03 2008
@@ -25,12 +25,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.jw_mapping import Mapping
+from physical_constants import N15_CSA, NH_BOND_LENGTH, h_bar, mu0, 
return_gyromagnetic_ratio
 from relax_errors import RelaxError, RelaxFuncSetupError, RelaxNoPipeError, 
RelaxNoSequenceError, RelaxNoValueError, RelaxNucleusError, 
RelaxParamSetError, RelaxProtonTypeError, RelaxSpinTypeError
-from physical_constants import N15_CSA, NH_BOND_LENGTH, h_bar, mu0, 
return_gyromagnetic_ratio
 
 
 class Jw_mapping(Common_functions):




Related Messages


Powered by MHonArc, Updated Mon Apr 21 14:40:10 2008