commit | c5f05e45cffa16f45f1332cec531c045893f928f | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Sat Feb 23 17:40:11 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Sat Feb 23 17:40:11 2008 +0000 |
tree | 51fbf302701bf546b81153ddacd5cce88fd25549 | |
parent | 19aff0c90a1632fce527d7c81769ba419184700c [diff] [blame] |
Patch #2167 from calvin: Remove unused imports
diff --git a/Lib/idlelib/keybindingDialog.py b/Lib/idlelib/keybindingDialog.py index aff9cac..1ce7ff4 100644 --- a/Lib/idlelib/keybindingDialog.py +++ b/Lib/idlelib/keybindingDialog.py
@@ -3,7 +3,7 @@ """ from Tkinter import * import tkMessageBox -import string, os +import string class GetKeysDialog(Toplevel): def __init__(self,parent,title,action,currentKeySequences):