File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -119,13 +119,13 @@ def interact(self, banner=None):
119119 except AttributeError :
120120 sys .ps2 = "... "
121121 # cprt = 'Type "help", "copyright", "credits" or "license" ' \
122- # 'for more information.'
122+ # 'for more information.'
123123 # if banner is None:
124- # self.write("Python %s on %s\n%s\n(%s)\n" %
125- # (sys.version, sys.platform, cprt,
126- # self.__class__.__name__))
124+ # self.write("Python %s on %s\n%s\n(%s)\n" %
125+ # (sys.version, sys.platform, cprt,
126+ # self.__class__.__name__))
127127 # else:
128- # self.write("%s\n" % str(banner))
128+ # self.write("%s\n" % str(banner))
129129 more = 0
130130 while True :
131131 try :
Original file line number Diff line number Diff line change @@ -243,8 +243,8 @@ def reset():
243243 # valid before setting it to the turtle. Didn't work.
244244 # import wx; app=wx.App();
245245 # def valid_color(color):
246- # return not wx.Pen(color).GetColour() == \
247- # wx.Pen("malformed").GetColour()
246+ # return not wx.Pen(color).GetColour() == \
247+ # wx.Pen("malformed").GetColour()
248248
249249 self .console = shelltoprocess .Console (queue_pack = self .queue_pack ,
250250 locals = locals_for_console )
You can’t perform that action at this time.
0 commit comments