diff options
Diffstat (limited to 'Lib/idlelib/keybindingDialog.py')
-rw-r--r-- | Lib/idlelib/keybindingDialog.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/idlelib/keybindingDialog.py b/Lib/idlelib/keybindingDialog.py index c510257f56..d226a99891 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 |