mailr8272 - /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 sebastien . morin . 1 on January 07, 2009 - 03:04:
Author: semor
Date: Wed Jan  7 03:04:29 2009
New Revision: 8272

URL: http://svn.gna.org/viewcvs/relax?rev=8272&view=rev
Log:
Removed more unused imports.


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=8272&r1=8271&r2=8272&view=diff
==============================================================================
--- 1.3/specific_fns/jw_mapping.py (original)
+++ 1.3/specific_fns/jw_mapping.py Wed Jan  7 03:04:29 2009
@@ -22,7 +22,6 @@
 
 # Python module imports.
 from re import search
-from string import replace
 
 # relax module imports.
 from base_class import Common_functions
@@ -30,7 +29,7 @@
 from generic_fns import pipes
 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, 
RelaxNoSequenceError, RelaxNoValueError, RelaxNucleusError, 
RelaxParamSetError, RelaxProtonTypeError, RelaxSpinTypeError
+from relax_errors import RelaxError, RelaxFuncSetupError, 
RelaxNoSequenceError, RelaxNoValueError, RelaxProtonTypeError, 
RelaxSpinTypeError
 
 
 class Jw_mapping(Common_functions):




Related Messages


Powered by MHonArc, Updated Wed Jan 07 03:20:02 2009