summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/keybindingDialog.py
diff options
context:
space:
mode:
authorSteven M. Gava <elguavas@python.net>2002-01-24 06:02:50 (GMT)
committerSteven M. Gava <elguavas@python.net>2002-01-24 06:02:50 (GMT)
commitf9bb90e4539b4443960dc2ab217166fb4635b0bb (patch)
tree3fe4cca665a5b3d22bb3f2c269864ee2a3b4286c /Lib/idlelib/keybindingDialog.py
parent813b56e3878fe056f5848fd9b612becb7dd8f8a6 (diff)
downloadcpython-f9bb90e4539b4443960dc2ab217166fb4635b0bb.zip
cpython-f9bb90e4539b4443960dc2ab217166fb4635b0bb.tar.gz
cpython-f9bb90e4539b4443960dc2ab217166fb4635b0bb.tar.bz2
further work on saving configs
Diffstat (limited to 'Lib/idlelib/keybindingDialog.py')
-rw-r--r--Lib/idlelib/keybindingDialog.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/idlelib/keybindingDialog.py b/Lib/idlelib/keybindingDialog.py
index c510257..d226a99 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