diff options
| author | Brett Cannon <brett@python.org> | 2013-06-15 13:37:12 -0400 | 
|---|---|---|
| committer | Brett Cannon <brett@python.org> | 2013-06-15 13:37:12 -0400 | 
| commit | 27bbfdbc4c85011b2bd7f21d3fe3b5e8c2d8b725 (patch) | |
| tree | 9f62661add36ce304e1dd5eb526cc06d810f7279 /Lib/idlelib/TreeWidget.py | |
| parent | c81549f476af48143aee24964ec07b849af109f9 (diff) | |
| download | cpython-git-27bbfdbc4c85011b2bd7f21d3fe3b5e8c2d8b725.tar.gz | |
Drop some dead imports of imp
Diffstat (limited to 'Lib/idlelib/TreeWidget.py')
| -rw-r--r-- | Lib/idlelib/TreeWidget.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Lib/idlelib/TreeWidget.py b/Lib/idlelib/TreeWidget.py index d4e524bb65..25bae48047 100644 --- a/Lib/idlelib/TreeWidget.py +++ b/Lib/idlelib/TreeWidget.py @@ -16,7 +16,6 @@  import os  from tkinter import * -import imp  from idlelib import ZoomHeight  from idlelib.configHandler import idleConf | 
