mailr4398 - /1.3/prompt/structure.py


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

Header


Content

Posted by edward on January 06, 2008 - 20:47:
Author: bugman
Date: Sun Jan  6 20:37:51 2008
New Revision: 4398

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


Modified:
    1.3/prompt/structure.py

Modified: 1.3/prompt/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/structure.py?rev=4398&r1=4397&r2=4398&view=diff
==============================================================================
--- 1.3/prompt/structure.py (original)
+++ 1.3/prompt/structure.py Sun Jan  6 20:37:51 2008
@@ -26,7 +26,7 @@
 # relax module imports.
 from generic_fns import structure
 import help
-from relax_errors import RelaxBinError, RelaxFloatError, RelaxIntError, 
RelaxNoneIntError, RelaxNoneStrError, RelaxStrError
+from relax_errors import RelaxBinError, RelaxFloatError, RelaxIntError, 
RelaxNoneIntError, RelaxNoneStrError, RelaxNumError, RelaxStrError
 
 
 class Structure:




Related Messages


Powered by MHonArc, Updated Mon Jan 07 09:40:03 2008