mailr3683 - /1.3/prompt/residue.py


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

Header


Content

Posted by edward on November 20, 2007 - 16:10:
Author: bugman
Date: Tue Nov 20 16:10:28 2007
New Revision: 3683

URL: http://svn.gna.org/viewcvs/relax?rev=3683&view=rev
Log:
Added the missing import of RelaxNoneStrError.


Modified:
    1.3/prompt/residue.py

Modified: 1.3/prompt/residue.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/residue.py?rev=3683&r1=3682&r2=3683&view=diff
==============================================================================
--- 1.3/prompt/residue.py (original)
+++ 1.3/prompt/residue.py Tue Nov 20 16:10:28 2007
@@ -27,7 +27,7 @@
 import help
 from generic_fns import residue
 from generic_fns.selection import id_string_doc
-from relax_errors import RelaxIntError, RelaxStrError
+from relax_errors import RelaxIntError, RelaxNoneStrError, RelaxStrError
 
 
 class Residue:




Related Messages


Powered by MHonArc, Updated Tue Nov 20 16:20:24 2007