mailr10932 - /branches/bieri_gui/auto_analyses/relax_fit.py


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

Header


Content

Posted by michael . bieri on February 25, 2010 - 05:55:
Author: michaelbieri
Date: Thu Feb 25 05:55:25 2010
New Revision: 10932

URL: http://svn.gna.org/viewcvs/relax?rev=10932&view=rev
Log:
Python modules time and os.sep are loaded into the script.

Modified:
    branches/bieri_gui/auto_analyses/relax_fit.py

Modified: branches/bieri_gui/auto_analyses/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/auto_analyses/relax_fit.py?rev=10932&r1=10931&r2=10932&view=diff
==============================================================================
--- branches/bieri_gui/auto_analyses/relax_fit.py (original)
+++ branches/bieri_gui/auto_analyses/relax_fit.py Thu Feb 25 05:55:25 2010
@@ -22,6 +22,10 @@
 
 # Module docstring.
 """The automatic relaxation curve fitting protocol."""
+
+#python modules
+import time
+from os import sep
 
 # relax module imports.
 from prompt.interpreter import Interpreter




Related Messages


Powered by MHonArc, Updated Thu Feb 25 06:00:02 2010