diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2002-09-15 21:38:20 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2002-09-15 21:38:20 (GMT) |
commit | c209b3dab5a533ea0bfc2d2462a4553e4445db29 (patch) | |
tree | 3c737ef02bc8019a7907acc1e313f3c7a2a6674d /Lib/idlelib/Bindings.py | |
parent | 1b3c26998e0f8b6975f7bbccf043c0afe398f151 (diff) | |
download | cpython-c209b3dab5a533ea0bfc2d2462a4553e4445db29.zip cpython-c209b3dab5a533ea0bfc2d2462a4553e4445db29.tar.gz cpython-c209b3dab5a533ea0bfc2d2462a4553e4445db29.tar.bz2 |
Merge Py Idle's Rev 1.16 (string methods)
Diffstat (limited to 'Lib/idlelib/Bindings.py')
-rw-r--r-- | Lib/idlelib/Bindings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 2d5d7bb..8cd7085 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -6,7 +6,6 @@ # Debug menu here, which is only present in the PythonShell window. import sys -import string from configHandler import idleConf menudefs = [ |