mailr7598 - /1.3/prompt/dasha.py


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

Header


Content

Posted by edward on October 11, 2008 - 18:41:
Author: bugman
Date: Sat Oct 11 18:41:47 2008
New Revision: 7598

URL: http://svn.gna.org/viewcvs/relax?rev=7598&view=rev
Log:
Missing import bug fix.

This was identified by the arg unit tests of 7597.


Modified:
    1.3/prompt/dasha.py

Modified: 1.3/prompt/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/dasha.py?rev=7598&r1=7597&r2=7598&view=diff
==============================================================================
--- 1.3/prompt/dasha.py (original)
+++ 1.3/prompt/dasha.py Sat Oct 11 18:41:47 2008
@@ -26,7 +26,7 @@
 # relax module imports.
 import help
 from generic_fns import dasha
-from relax_errors import RelaxBinError, RelaxNoneStrError, RelaxStrError
+from relax_errors import RelaxBoolError, RelaxNoneStrError, RelaxStrError
 
 
 class Dasha:




Related Messages


Powered by MHonArc, Updated Sat Oct 11 19:00:05 2008