From f9bb90e4539b4443960dc2ab217166fb4635b0bb Mon Sep 17 00:00:00 2001 From: "Steven M. Gava" Date: Thu, 24 Jan 2002 06:02:50 +0000 Subject: further work on saving configs --- Lib/idlelib/keybindingDialog.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/idlelib/keybindingDialog.py') diff --git a/Lib/idlelib/keybindingDialog.py b/Lib/idlelib/keybindingDialog.py index c510257f56d..d226a998915 100644 --- a/Lib/idlelib/keybindingDialog.py +++ b/Lib/idlelib/keybindingDialog.py @@ -264,8 +264,6 @@ if __name__ == '__main__': #test the dialog root=Tk() def run(): - #import aboutDialog - #aboutDialog.AboutDialog(root,'About') keySeq='' dlg=GetKeysDialog(root,'Get Keys','find-again',[]) print dlg.result -- cgit v1.2.3