summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2017-11-29 03:15:06 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2017-11-29 03:15:06 (GMT)
commit38ecf57306ef25874ef7c44a9875771e90faee97 (patch)
treeba7f5487810c5388b58d02be35002a7a4c5d4911
parent230ffeae0a3961b1769806bd722c26227c84e8da (diff)
downloadcpython-38ecf57306ef25874ef7c44a9875771e90faee97.zip
cpython-38ecf57306ef25874ef7c44a9875771e90faee97.tar.gz
cpython-38ecf57306ef25874ef7c44a9875771e90faee97.tar.bz2
bpo-32100: Delete unneeded import in idlelib.pathbrowser. (GH-4626) (#4629)
(cherry picked from commit fd6f8c56b9a757210e8ceaea9edc50e502dc2085)
-rw-r--r--Lib/idlelib/pathbrowser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/pathbrowser.py b/Lib/idlelib/pathbrowser.py
index c61ae0f..6de242d 100644
--- a/Lib/idlelib/pathbrowser.py
+++ b/Lib/idlelib/pathbrowser.py
@@ -3,7 +3,6 @@ import os
import sys
from idlelib.browser import ModuleBrowser, ModuleBrowserTreeItem
-from idlelib.pyshell import PyShellFileList
from idlelib.tree import TreeItem