Author: bugman
Date: Mon Dec  1 19:47:04 2014
New Revision: 26882

URL: http://svn.gna.org/viewcvs/relax?rev=26882&view=rev
Log:
Updated the dep_check module for the target_functions.relax_fit C module 
redesign.


Modified:
    branches/relax_fit_c_class/dep_check.py

Modified: branches/relax_fit_c_class/dep_check.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_fit_c_class/dep_check.py?rev=26882&r1=26881&r2=26882&view=diff
==============================================================================
--- branches/relax_fit_c_class/dep_check.py     (original)
+++ branches/relax_fit_c_class/dep_check.py     Mon Dec  1 19:47:04 2014
@@ -312,8 +312,8 @@
 # Relaxation curve fitting.
 try:
     from target_functions import relax_fit
-    from target_functions.relax_fit import setup
-    del setup
+    from target_functions.relax_fit import Relax_fit
+    del Relax_fit
     C_module_exp_fn = True
 except ImportError:
     # The OS.


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to