mailr16465 - in /branches/uf_redesign/specific_fns: consistency_tests.py jw_mapping.py


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

Header


Content

Posted by edward on May 25, 2012 - 19:02:
Author: bugman
Date: Fri May 25 19:02:17 2012
New Revision: 16465

URL: http://svn.gna.org/viewcvs/relax?rev=16465&view=rev
Log:
Missing imports!


Modified:
    branches/uf_redesign/specific_fns/consistency_tests.py
    branches/uf_redesign/specific_fns/jw_mapping.py

Modified: branches/uf_redesign/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/specific_fns/consistency_tests.py?rev=16465&r1=16464&r2=16465&view=diff
==============================================================================
--- branches/uf_redesign/specific_fns/consistency_tests.py (original)
+++ branches/uf_redesign/specific_fns/consistency_tests.py Fri May 25 
19:02:17 2012
@@ -34,6 +34,7 @@
 from physical_constants import N15_CSA, NH_BOND_LENGTH, h_bar, mu0, 
return_gyromagnetic_ratio
 from relax_errors import RelaxError, RelaxFuncSetupError, 
RelaxNoSequenceError, RelaxNoValueError, RelaxProtonTypeError, 
RelaxSpinTypeError
 from relax_warnings import RelaxDeselectWarning
+import specific_fns
 
 
 class Consistency_tests(API_base, API_common):

Modified: branches/uf_redesign/specific_fns/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/specific_fns/jw_mapping.py?rev=16465&r1=16464&r2=16465&view=diff
==============================================================================
--- branches/uf_redesign/specific_fns/jw_mapping.py (original)
+++ branches/uf_redesign/specific_fns/jw_mapping.py Fri May 25 19:02:17 2012
@@ -33,6 +33,7 @@
 from physical_constants import N15_CSA, NH_BOND_LENGTH, h_bar, mu0, 
return_gyromagnetic_ratio
 from relax_errors import RelaxError, RelaxFuncSetupError, 
RelaxNoSequenceError, RelaxNoValueError, RelaxProtonTypeError, 
RelaxSpinTypeError
 from relax_warnings import RelaxDeselectWarning
+import specific_fns
 
 
 class Jw_mapping(API_base, API_common):




Related Messages


Powered by MHonArc, Updated Fri May 25 19:20:02 2012