mailr6125 - /1.3/generic_fns/selection.py


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

Header


Content

Posted by edward on May 07, 2008 - 15:54:
Author: bugman
Date: Wed May  7 15:54:40 2008
New Revision: 6125

URL: http://svn.gna.org/viewcvs/relax?rev=6125&view=rev
Log:
Clean up of a ton of unused imports.


Modified:
    1.3/generic_fns/selection.py

Modified: 1.3/generic_fns/selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/selection.py?rev=6125&r1=6124&r2=6125&view=diff
==============================================================================
--- 1.3/generic_fns/selection.py (original)
+++ 1.3/generic_fns/selection.py Wed May  7 15:54:40 2008
@@ -20,20 +20,10 @@
 #                                                                            
 #
 
###############################################################################
 
-# Python module imports.
-from os import F_OK, access
-from re import compile, match, search, split
-from string import replace, strip
-from textwrap import fill
-from warnings import warn
-
 # relax module imports.
 from data import Data as relax_data_store
-from data.mol_res_spin import MoleculeContainer, ResidueContainer, 
SpinContainer
-from generic_fns import pipes
 from generic_fns.mol_res_spin import spin_loop
-from relax_errors import RelaxError, RelaxNoPipeError, RelaxNoSequenceError, 
RelaxRegExpError, RelaxResSelectDisallowError, RelaxSpinSelectDisallowError
-from relax_warnings import RelaxWarning
+from relax_errors import RelaxError, RelaxNoPipeError, RelaxNoSequenceError
 
 
 def desel_all(self, run=None):




Related Messages


Powered by MHonArc, Updated Wed May 07 16:20:15 2008