mailr7453 - in /branches/pipe_refs/generic_fns: dasha.py eliminate.py fix.py grace.py mol_res_spin.py monte_carlo.py palmer.py


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

Header


Content

Posted by edward on September 30, 2008 - 16:35:
Author: bugman
Date: Tue Sep 30 16:35:07 2008
New Revision: 7453

URL: http://svn.gna.org/viewcvs/relax?rev=7453&view=rev
Log:
Removed some unused imports of RelaxNoPipeError.


Modified:
    branches/pipe_refs/generic_fns/dasha.py
    branches/pipe_refs/generic_fns/eliminate.py
    branches/pipe_refs/generic_fns/fix.py
    branches/pipe_refs/generic_fns/grace.py
    branches/pipe_refs/generic_fns/mol_res_spin.py
    branches/pipe_refs/generic_fns/monte_carlo.py
    branches/pipe_refs/generic_fns/palmer.py

Modified: branches/pipe_refs/generic_fns/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/dasha.py?rev=7453&r1=7452&r2=7453&view=diff
==============================================================================
--- branches/pipe_refs/generic_fns/dasha.py (original)
+++ branches/pipe_refs/generic_fns/dasha.py Tue Sep 30 16:35:07 2008
@@ -32,7 +32,7 @@
 
 # relax module imports.
 from data import Relax_data_store; ds = Relax_data_store()
-from relax_errors import RelaxDirError, RelaxError, RelaxFileError, 
RelaxNoPdbError, RelaxNoPipeError, RelaxNoSequenceError, RelaxNoTensorError, 
RelaxNucleusError
+from relax_errors import RelaxDirError, RelaxError, RelaxFileError, 
RelaxNoPdbError, RelaxNoSequenceError, RelaxNoTensorError, RelaxNucleusError
 from relax_io import mkdir_nofail, open_write_file, test_binary
 
 

Modified: branches/pipe_refs/generic_fns/eliminate.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/eliminate.py?rev=7453&r1=7452&r2=7453&view=diff
==============================================================================
--- branches/pipe_refs/generic_fns/eliminate.py (original)
+++ branches/pipe_refs/generic_fns/eliminate.py Tue Sep 30 16:35:07 2008
@@ -29,7 +29,7 @@
 # relax module imports.
 from data import Relax_data_store; ds = Relax_data_store()
 from generic_fns import pipes
-from relax_errors import RelaxError, RelaxNoPipeError
+from relax_errors import RelaxError
 from specific_fns.setup import get_specific_fn
 
 

Modified: branches/pipe_refs/generic_fns/fix.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/fix.py?rev=7453&r1=7452&r2=7453&view=diff
==============================================================================
--- branches/pipe_refs/generic_fns/fix.py (original)
+++ branches/pipe_refs/generic_fns/fix.py Tue Sep 30 16:35:07 2008
@@ -30,7 +30,7 @@
 from data import Relax_data_store; ds = Relax_data_store()
 from generic_fns import pipes
 from generic_fns.mol_res_spin import exists_mol_res_spin_data, spin_loop
-from relax_errors import RelaxError, RelaxNoPipeError, RelaxNoSequenceError, 
RelaxNoTensorError
+from relax_errors import RelaxError, RelaxNoSequenceError, RelaxNoTensorError
 
 
 def fix(element, fixed):

Modified: branches/pipe_refs/generic_fns/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/grace.py?rev=7453&r1=7452&r2=7453&view=diff
==============================================================================
--- branches/pipe_refs/generic_fns/grace.py (original)
+++ branches/pipe_refs/generic_fns/grace.py Tue Sep 30 16:35:07 2008
@@ -33,7 +33,7 @@
 import generic_fns
 from generic_fns.mol_res_spin import count_molecules, count_residues, 
count_spins, exists_mol_res_spin_data, spin_loop
 from generic_fns import pipes
-from relax_errors import RelaxError, RelaxNoPipeError, RelaxNoSequenceError, 
RelaxNoSimError, RelaxRegExpError
+from relax_errors import RelaxError, RelaxNoSequenceError, RelaxNoSimError, 
RelaxRegExpError
 from relax_io import get_file_path, open_write_file, test_binary
 from specific_fns.setup import get_specific_fn
 

Modified: branches/pipe_refs/generic_fns/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/mol_res_spin.py?rev=7453&r1=7452&r2=7453&view=diff
==============================================================================
--- branches/pipe_refs/generic_fns/mol_res_spin.py (original)
+++ branches/pipe_refs/generic_fns/mol_res_spin.py Tue Sep 30 16:35:07 2008
@@ -47,7 +47,7 @@
 from data.mol_res_spin import MoleculeContainer, ResidueContainer, 
SpinContainer
 from generic_fns import pipes
 from generic_fns import relax_re
-from relax_errors import RelaxError, RelaxNoPipeError, 
RelaxResSelectDisallowError, RelaxSpinSelectDisallowError
+from relax_errors import RelaxError, RelaxResSelectDisallowError, 
RelaxSpinSelectDisallowError
 from relax_warnings import RelaxWarning
 
 

Modified: branches/pipe_refs/generic_fns/monte_carlo.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/monte_carlo.py?rev=7453&r1=7452&r2=7453&view=diff
==============================================================================
--- branches/pipe_refs/generic_fns/monte_carlo.py (original)
+++ branches/pipe_refs/generic_fns/monte_carlo.py Tue Sep 30 16:35:07 2008
@@ -33,7 +33,7 @@
 from data import Relax_data_store; ds = Relax_data_store()
 from generic_fns.mol_res_spin import exists_mol_res_spin_data, spin_loop
 from generic_fns import pipes
-from relax_errors import RelaxError, RelaxNoPipeError, RelaxNoSequenceError
+from relax_errors import RelaxError, RelaxNoSequenceError
 from specific_fns.setup import get_specific_fn
 
 

Modified: branches/pipe_refs/generic_fns/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/palmer.py?rev=7453&r1=7452&r2=7453&view=diff
==============================================================================
--- branches/pipe_refs/generic_fns/palmer.py (original)
+++ branches/pipe_refs/generic_fns/palmer.py Tue Sep 30 16:35:07 2008
@@ -40,7 +40,7 @@
 from data import Relax_data_store; ds = Relax_data_store()
 from generic_fns.mol_res_spin import exists_mol_res_spin_data, spin_loop
 from generic_fns import pipes
-from relax_errors import RelaxDirError, RelaxFileError, 
RelaxFileOverwriteError, RelaxNoModelError, RelaxNoPdbError, 
RelaxNoPipeError, RelaxNoSequenceError, RelaxNucleusError, RelaxProgFailError
+from relax_errors import RelaxDirError, RelaxFileError, 
RelaxFileOverwriteError, RelaxNoModelError, RelaxNoPdbError, 
RelaxNoSequenceError, RelaxNucleusError, RelaxProgFailError
 from relax_io import mkdir_nofail, open_write_file, test_binary
 
 




Related Messages


Powered by MHonArc, Updated Tue Sep 30 16:40:03 2008