summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2002-12-20 19:37:09 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2002-12-20 19:37:09 (GMT)
commit4ba6067d6bdc2a535e0f691418c1fbb4b4189039 (patch)
tree531f6e0a810d8f62c753dda43f1fb9bc7fe088e6 /Lib/idlelib
parent83a3560527f9e62bce6adbc12b8ff6b57be8b1ac (diff)
downloadcpython-4ba6067d6bdc2a535e0f691418c1fbb4b4189039.zip
cpython-4ba6067d6bdc2a535e0f691418c1fbb4b4189039.tar.gz
cpython-4ba6067d6bdc2a535e0f691418c1fbb4b4189039.tar.bz2
Remove debugging statement checked in by accident, ah, carelessness.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/EditorWindow.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py
index 5368f27..5719352 100644
--- a/Lib/idlelib/EditorWindow.py
+++ b/Lib/idlelib/EditorWindow.py
@@ -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)