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
import importlib.util
import os
import platform
import re
import string
import sys
import tokenize
import traceback
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