mailr11355 - /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 July 27, 2010 - 04:39:
Author: michaelbieri
Date: Tue Jul 27 04:39:54 2010
New Revision: 11355

URL: http://svn.gna.org/viewcvs/relax?rev=11355&view=rev
Log:
Python module os is imported to use sep (separator for directories).

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=11355&r1=11354&r2=11355&view=diff
==============================================================================
--- branches/bieri_gui/auto_analyses/relax_fit.py (original)
+++ branches/bieri_gui/auto_analyses/relax_fit.py Tue Jul 27 04:39:54 2010
@@ -22,6 +22,9 @@
 
 # Module docstring.
 """The automatic relaxation curve fitting protocol."""
+
+#python modules
+from os import sep
 
 # relax module imports.
 import generic_fns.structure.main




Related Messages


Powered by MHonArc, Updated Tue Jul 27 05:40:01 2010