Commit c6fd6c83 authored by Terry Jan Reedy's avatar Terry Jan Reedy Committed by GitHub

bpo-29446: IDLE -- add explicit imports (GH-14919)

Stop depending on tkinter import *.
parent 387c3c5a
...@@ -2,7 +2,9 @@ import importlib.abc ...@@ -2,7 +2,9 @@ import importlib.abc
import importlib.util import importlib.util
import os import os
import platform import platform
import re
import string import string
import sys
import tokenize import tokenize
import traceback import traceback
import webbrowser import webbrowser
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment