mailr6780 - /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 July 06, 2008 - 02:23:
Author: bugman
Date: Sun Jul  6 02:17:02 2008
New Revision: 6780

URL: http://svn.gna.org/viewcvs/relax?rev=6780&view=rev
Log:
Added a missing import.


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=6780&r1=6779&r2=6780&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Sun Jul  6 02:17:02 2008
@@ -113,6 +113,7 @@
 
 # relax module imports.
 from data import Relax_data_store; ds = Relax_data_store()
+from float import floatAsByteArray
 from generic_fns.mol_res_spin import generate_spin_id, spin_index_loop, 
spin_loop
 from relax_errors import RelaxError
 




Related Messages


Powered by MHonArc, Updated Sun Jul 06 02:40:30 2008