mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove debugging statement checked in by accident, ah, carelessness.
This commit is contained in:
parent
83a3560527
commit
4ba6067d6b
1 changed files with 0 additions and 1 deletions
|
@ -283,7 +283,6 @@ class EditorWindow:
|
|||
tkMessageBox.showinfo('Advice', "Don't Panic!", master=self.text)
|
||||
|
||||
def view_readme(self, event=None):
|
||||
print>>sys.__stderr__, "** __file__: ", __file__
|
||||
fn=os.path.join(os.path.abspath(os.path.dirname(__file__)),'README.txt')
|
||||
textView.TextViewer(self.top,'IDLEfork - README',fn)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue