def short_title(self):
return self.shell_title
- COPYRIGHT = \
- 'Type "help", "copyright", "credits" or "license()" for more information.'
+ SPLASHLINE = 'Enter "help" below or click "Help" above for more information.'
def begin(self):
self.text.mark_set("iomark", "insert")
sys.displayhook = rpc.displayhook
self.write("Python %s on %s\n%s\n%s" %
- (sys.version, sys.platform, self.COPYRIGHT, nosub))
+ (sys.version, sys.platform, self.SPLASHLINE, nosub))
self.text.focus_force()
self.showprompt()
# User code should use separate default Tk root window