mailr3057 - /branches/error_import/prompt/interpreter.py


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

Header


Content

Posted by edward on February 27, 2007 - 07:19:
Author: bugman
Date: Tue Feb 27 07:19:07 2007
New Revision: 3057

URL: http://svn.gna.org/viewcvs/relax?rev=3057&view=rev
Log:
Added the RelaxErrors to the interpreter module.


Modified:
    branches/error_import/prompt/interpreter.py

Modified: branches/error_import/prompt/interpreter.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/error_import/prompt/interpreter.py?rev=3057&r1=3056&r2=3057&view=diff
==============================================================================
--- branches/error_import/prompt/interpreter.py (original)
+++ branches/error_import/prompt/interpreter.py Tue Feb 27 07:19:07 2007
@@ -26,6 +26,9 @@
 import readline
 #import signal
 import sys
+
+# RelaxError system.
+from relax_errors import *
 
 # Python modules accessible on the command prompt.
 from math import pi




Related Messages


Powered by MHonArc, Updated Wed Feb 28 10:40:04 2007