mailr5923 - /1.3/generic_fns/structure/scientific.py


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

Header


Content

Posted by edward on April 21, 2008 - 15:37:
Author: bugman
Date: Mon Apr 21 15:12:46 2008
New Revision: 5923

URL: http://svn.gna.org/viewcvs/relax?rev=5923&view=rev
Log:
Added a missing RelaxError import.


Modified:
    1.3/generic_fns/structure/scientific.py

Modified: 1.3/generic_fns/structure/scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/scientific.py?rev=5923&r1=5922&r2=5923&view=diff
==============================================================================
--- 1.3/generic_fns/structure/scientific.py (original)
+++ 1.3/generic_fns/structure/scientific.py Mon Apr 21 15:12:46 2008
@@ -40,7 +40,7 @@
 from api_base import Base_struct_API
 from data import Data as relax_data_store
 from generic_fns.selection import Selection, parse_token, tokenise, 
wildcard_match
-from relax_errors import RelaxNoPdbChainError, RelaxNoResError, 
RelaxPdbLoadError
+from relax_errors import RelaxError, RelaxNoPdbChainError, RelaxNoResError, 
RelaxPdbLoadError
 from relax_warnings import RelaxNoAtomWarning, RelaxZeroVectorWarning
 
 




Related Messages


Powered by MHonArc, Updated Mon Apr 21 16:00:25 2008