mailr3061 - /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 - 05:17:
Author: bugman
Date: Fri Mar  2 05:16:41 2007
New Revision: 3061

URL: http://svn.gna.org/viewcvs/relax?rev=3061&view=rev
Log:
Removed the unused import of the __builtin__ module from the 
prompt.interpreter module.

See the thread starting at 
https://mail.gna.org/public/relax-devel/2007-02/msg00003.html
(Message-id: <45DACFEA.7020108@xxxxxxxxxxxxxxx>) for a discussion of the 
issue.


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=3061&r1=3060&r2=3061&view=diff
==============================================================================
--- branches/error_import/prompt/interpreter.py (original)
+++ branches/error_import/prompt/interpreter.py Fri Mar  2 05:16:41 2007
@@ -20,7 +20,6 @@
 #                                                                            
 #
 
###############################################################################
 
-import __builtin__
 from code import InteractiveConsole, softspace
 from os import F_OK, access
 import readline




Related Messages


Powered by MHonArc, Updated Fri Mar 02 05:40:04 2007