From a3436d253c492953957238f1886cd99d6086c8ee Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Sat, 6 Jul 2002 00:51:33 +0000 Subject: 1. Test Sourceforge checkin, idle-dev posting 2. Remove extraneous comment --- Lib/idlelib/Debugger.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/idlelib/Debugger.py b/Lib/idlelib/Debugger.py index 69c299b..c030588 100644 --- a/Lib/idlelib/Debugger.py +++ b/Lib/idlelib/Debugger.py @@ -306,7 +306,6 @@ class Debugger: gdict = frame.f_globals if lv and gv and ldict is gdict: ldict = None - # Calls OldStackviewer.NamespaceViewer.load_dict(): if lv: lv.load_dict(ldict, force, self.pyshell.interp.rpcclt) if gv: -- cgit v0.12