summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/pathbrowser.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2017-11-29 02:50:21 (GMT)
committerGitHub <noreply@github.com>2017-11-29 02:50:21 (GMT)
commitfd6f8c56b9a757210e8ceaea9edc50e502dc2085 (patch)
tree78ea762b5cf894eb55bc28a4a5baefd125dd1e0b /Lib/idlelib/pathbrowser.py
parent219c2de5ad0fdac825298bed1bb251f16956c04a (diff)
downloadcpython-fd6f8c56b9a757210e8ceaea9edc50e502dc2085.zip
cpython-fd6f8c56b9a757210e8ceaea9edc50e502dc2085.tar.gz
cpython-fd6f8c56b9a757210e8ceaea9edc50e502dc2085.tar.bz2
bpo-32100: Delete unneeded import in idlelib.pathbrowser. (#4626)
Diffstat (limited to 'Lib/idlelib/pathbrowser.py')
-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