mailRe: r4654 - /branches/consistency_tests_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 d'Auvergne on January 11, 2008 - 21:03:
You may want to check what happened to the test suite with that change ;)

Regards,

Edward


On Jan 11, 2008 8:57 PM,  <sebastien.morin.1@xxxxxxxxx> wrote:
Author: semor
Date: Fri Jan 11 20:57:14 2008
New Revision: 4654

URL: http://svn.gna.org/viewcvs/relax?rev=4654&view=rev
Log:
Fixed the importation of the 'pipes' module.


Modified:
    branches/consistency_tests_1.3/generic_fns/selection.py

Modified: branches/consistency_tests_1.3/generic_fns/selection.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/generic_fns/selection.py?rev=4654&r1=4653&r2=4654&view=diff
==============================================================================
--- branches/consistency_tests_1.3/generic_fns/selection.py (original)
+++ branches/consistency_tests_1.3/generic_fns/selection.py Fri Jan 11 
20:57:14 2008
@@ -30,7 +30,7 @@
 from data import Data as relax_data_store
 from data.mol_res_spin import MoleculeContainer, ResidueContainer, 
SpinContainer
 from relax_errors import RelaxError, RelaxNoPipeError, 
RelaxNoSequenceError, RelaxRegExpError, RelaxResSelectDisallowError, 
RelaxSpinSelectDisallowError
-from generic_fns import pipes
+from generic_fns.pipes import *


 id_string_doc = """


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits




Related Messages


Powered by MHonArc, Updated Wed Jan 16 00:02:20 2008