mailr14494 - /1.3/generic_fns/molmol.py


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

Header


Content

Posted by edward on August 26, 2011 - 15:25:
Author: bugman
Date: Fri Aug 26 15:25:06 2011
New Revision: 14494

URL: http://svn.gna.org/viewcvs/relax?rev=14494&view=rev
Log:
Missing import of relax_io.open_read_file.


Modified:
    1.3/generic_fns/molmol.py

Modified: 1.3/generic_fns/molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/molmol.py?rev=14494&r1=14493&r2=14494&view=diff
==============================================================================
--- 1.3/generic_fns/molmol.py (original)
+++ 1.3/generic_fns/molmol.py Fri Aug 26 15:25:06 2011
@@ -33,7 +33,7 @@
 from generic_fns.mol_res_spin import exists_mol_res_spin_data
 from generic_fns import pipes
 from relax_errors import RelaxError, RelaxNoSequenceError
-from relax_io import get_file_path, open_write_file, test_binary
+from relax_io import get_file_path, open_read_file, open_write_file, 
test_binary
 from specific_fns.setup import get_specific_fn
 from status import Status; status = Status()
 




Related Messages


Powered by MHonArc, Updated Fri Aug 26 17:40:02 2011