Skip to content

Commit

Permalink
bpo-29446: IDLE -- add explicit imports (GH-14919) (GH-14920)
Browse files Browse the repository at this point in the history
Stop depending on tkinter import *.
(cherry picked from commit c6fd6c8)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
  • Loading branch information
miss-islington and terryjreedy committed Jul 23, 2019
1 parent 1da6a31 commit fc63d5a
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 fc63d5a

Please sign in to comment.