diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-05-28 14:06:48 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-05-28 14:06:48 -0700 |
commit | f558d5f284d531c058e229452154de5ebe003b1c (patch) | |
tree | 44779bfa9fd1ce6caf79d2d187e06eae2d0b5578 /Lib/idlelib/help.py | |
parent | 6ca426021904b7ec9548b64842eff107b0b8aeb8 (diff) | |
parent | 6fa5bdc6e85ec48925bc0d856b134f59d01c300f (diff) | |
download | cpython-git-f558d5f284d531c058e229452154de5ebe003b1c.tar.gz |
merge heads
Diffstat (limited to 'Lib/idlelib/help.py')
-rw-r--r-- | Lib/idlelib/help.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/help.py b/Lib/idlelib/help.py index 4cb8c76390..00930151dc 100644 --- a/Lib/idlelib/help.py +++ b/Lib/idlelib/help.py @@ -4,7 +4,7 @@ Contents are subject to revision at any time, without notice. Help => About IDLE: diplay About Idle dialog -<to be moved here from aboutDialog.py> +<to be moved here from help_about.py> Help => IDLE Help: Display help.html with proper formatting. @@ -28,7 +28,7 @@ from html.parser import HTMLParser from os.path import abspath, dirname, isfile, join from tkinter import Toplevel, Frame, Text, Scrollbar, Menu, Menubutton from tkinter import font as tkfont -from idlelib.configHandler import idleConf +from idlelib.config import idleConf use_ttk = False # until available to import if use_ttk: |