Skip to content

Commit

Permalink
bpo-29446: IDLE -- add explicit imports (pythonGH-14919)
Browse files Browse the repository at this point in the history
Stop depending on tkinter import *.
  • Loading branch information
terryjreedy authored Jul 23, 2019
1 parent 387c3c5 commit c6fd6c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/idlelib/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
import importlib.util
import os
import platform
import re
import string
import sys
import tokenize
import traceback
import webbrowser
Expand Down

0 comments on commit c6fd6c8

Please sign in to comment.