mailr3065 - /branches/error_import/generic_fns/structure.py


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

Header


Content

Posted by edward on March 02, 2007 - 06:18:
Author: bugman
Date: Fri Mar  2 06:17:33 2007
New Revision: 3065

URL: http://svn.gna.org/viewcvs/relax?rev=3065&view=rev
Log:
Modified the relax_errors import statement of the generic_fns.structure to 
not use the * notation.


Modified:
    branches/error_import/generic_fns/structure.py

Modified: branches/error_import/generic_fns/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/error_import/generic_fns/structure.py?rev=3065&r1=3064&r2=3065&view=diff
==============================================================================
--- branches/error_import/generic_fns/structure.py (original)
+++ branches/error_import/generic_fns/structure.py Fri Mar  2 06:17:33 2007
@@ -28,9 +28,8 @@
 from string import ascii_uppercase
 from warnings import warn
 
-from relax_errors import *
-from relax_warnings import *
-
+from relax_errors import RelaxError, RelaxFileError, RelaxNoPdbChainError, 
RelaxNoPdbError, RelaxNoResError, RelaxNoRunError, RelaxNoSequenceError, 
RelaxNoTensorError, RelaxNoVectorsError, RelaxPdbError, RelaxPdbLoadError, 
RelaxRegExpError
+from relax_warnings import RelaxNoAtomWarning, RelaxNoPDBFileWarning, 
RelaxWarning, RelaxZeroVectorWarning
 
 
 class Structure:




Related Messages


Powered by MHonArc, Updated Fri Mar 02 07:00:09 2007