mailr7731 - /1.3/prompt/grace.py


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

Header


Content

Posted by sebastien . morin . 1 on October 16, 2008 - 00:14:
Author: semor
Date: Thu Oct 16 00:14:47 2008
New Revision: 7731

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


Modified:
    1.3/prompt/grace.py

Modified: 1.3/prompt/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/grace.py?rev=7731&r1=7730&r2=7731&view=diff
==============================================================================
--- 1.3/prompt/grace.py (original)
+++ 1.3/prompt/grace.py Thu Oct 16 00:14:47 2008
@@ -24,7 +24,7 @@
 import sys
 
 # relax module imports.
-from relax_errors import RelaxBinError, RelaxNoneIntStrError, 
RelaxNoneStrError, RelaxStrError
+from relax_errors import RelaxBinError, RelaxBoolError, 
RelaxNoneIntStrError, RelaxNoneStrError, RelaxStrError
 from doc_string import regexp_doc
 import help
 from generic_fns import grace, minimise




Related Messages


Powered by MHonArc, Updated Thu Oct 16 00:20:04 2008