mailr3064 - /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 March 02, 2007 - 06:14:
Author: bugman
Date: Fri Mar  2 06:13:20 2007
New Revision: 3064

URL: http://svn.gna.org/viewcvs/relax?rev=3064&view=rev
Log:
Modified the relax_errors import statement to not use the * notation.


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=3064&r1=3063&r2=3064&view=diff
==============================================================================
--- branches/error_import/prompt/interpreter.py (original)
+++ branches/error_import/prompt/interpreter.py Fri Mar  2 06:13:20 2007
@@ -27,7 +27,7 @@
 import sys
 
 # RelaxError system.
-from relax_errors import *
+from relax_errors import RelaxBinError, RelaxError, RelaxNoneError, 
RelaxStrError
 
 # Python modules accessible on the command prompt.
 from math import pi




Related Messages


Powered by MHonArc, Updated Fri Mar 02 06:20:05 2007