mailr10299 - /1.3/sample_scripts/full_analysis.py


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

Header


Content

Posted by edward on January 25, 2010 - 11:37:
Author: bugman
Date: Mon Jan 25 11:37:25 2010
New Revision: 10299

URL: http://svn.gna.org/viewcvs/relax?rev=10299&view=rev
Log:
Fixed the import of the dAuvergne_protocol class.


Modified:
    1.3/sample_scripts/full_analysis.py

Modified: 1.3/sample_scripts/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/full_analysis.py?rev=10299&r1=10298&r2=10299&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Mon Jan 25 11:37:25 2010
@@ -140,7 +140,7 @@
 """
 
 # relax module imports.
-from auto_analyses.dauvergne_protocol import Dauvergne_protocol
+from auto_analyses.dauvergne_protocol import dAuvergne_protocol
 
 
 # The diffusion model.




Related Messages


Powered by MHonArc, Updated Mon Jan 25 12:20:02 2010