mailr10319 - /1.3/prompt/interpreter.py


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

Header


Content

Posted by edward on January 25, 2010 - 18:54:
Author: bugman
Date: Mon Jan 25 18:54:20 2010
New Revision: 10319

URL: http://svn.gna.org/viewcvs/relax?rev=10319&view=rev
Log:
Removed redundant and now non-functional code from interact_script().


Modified:
    1.3/prompt/interpreter.py

Modified: 1.3/prompt/interpreter.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/interpreter.py?rev=10319&r1=10318&r2=10319&view=diff
==============================================================================
--- 1.3/prompt/interpreter.py (original)
+++ 1.3/prompt/interpreter.py Mon Jan 25 18:54:20 2010
@@ -395,9 +395,6 @@
     if intro:
         sys.stdout.write("%s\n" % intro)
 
-    # Turn the intro flag on so functions will print their intro strings.
-    local['self'].intro = True
-
     # Print the script.
     if show_script:
         try:




Related Messages


Powered by MHonArc, Updated Mon Jan 25 19:20:02 2010