summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/browser.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-06-21 01:25:59 (GMT)
committerGitHub <noreply@github.com>2018-06-21 01:25:59 (GMT)
commita361e89d5ae3daefe9e8b8a7e889cd2ad8c45b77 (patch)
treef213feb31b204946297645de94ca774ca65fd777 /Lib/idlelib/browser.py
parent87a927325e3856621790a39d8718ff24a19510aa (diff)
downloadcpython-a361e89d5ae3daefe9e8b8a7e889cd2ad8c45b77.zip
cpython-a361e89d5ae3daefe9e8b8a7e889cd2ad8c45b77.tar.gz
cpython-a361e89d5ae3daefe9e8b8a7e889cd2ad8c45b77.tar.bz2
bpo-33906: Rename idlelib.windows as window (#7833)
Match Window on the main menu and remove last plural module name. Change imports, test, and attribute references to match new name.
Diffstat (limited to 'Lib/idlelib/browser.py')
-rw-r--r--Lib/idlelib/browser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/browser.py b/Lib/idlelib/browser.py
index 447dafc..234883f 100644
--- a/Lib/idlelib/browser.py
+++ b/Lib/idlelib/browser.py
@@ -16,7 +16,7 @@ import sys
from idlelib.config import idleConf
from idlelib import pyshell
from idlelib.tree import TreeNode, TreeItem, ScrolledCanvas
-from idlelib.windows import ListedToplevel
+from idlelib.window import ListedToplevel
file_open = None # Method...Item and Class...Item use this.