mailr8257 - /1.3/generic_fns/grace.py


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

Header


Content

Posted by sebastien . morin . 1 on January 07, 2009 - 00:11:
Author: semor
Date: Wed Jan  7 00:11:03 2009
New Revision: 8257

URL: http://svn.gna.org/viewcvs/relax?rev=8257&view=rev
Log:
Removed more unused imports.


Modified:
    1.3/generic_fns/grace.py

Modified: 1.3/generic_fns/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/grace.py?rev=8257&r1=8256&r2=8257&view=diff
==============================================================================
--- 1.3/generic_fns/grace.py (original)
+++ 1.3/generic_fns/grace.py Wed Jan  7 00:11:03 2009
@@ -26,14 +26,13 @@
 # Python module imports.
 from numpy import array, ndarray
 from os import system
-from re import match
 from warnings import warn
 
 # relax module imports.
 import generic_fns
 from generic_fns.mol_res_spin import count_molecules, count_residues, 
count_spins, exists_mol_res_spin_data, generate_spin_id, spin_loop
 from generic_fns import pipes
-from relax_errors import RelaxError, RelaxNoSequenceError, RelaxNoSimError, 
RelaxRegExpError
+from relax_errors import RelaxError, RelaxNoSequenceError, RelaxNoSimError
 from relax_io import get_file_path, open_write_file, test_binary
 from relax_warnings import RelaxWarning
 from specific_fns.setup import get_specific_fn




Related Messages


Powered by MHonArc, Updated Wed Jan 07 00:20:03 2009