mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue # 17177: Stop using imp in turtledemo
This commit is contained in:
parent
b57a085c74
commit
e7e1deef17
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from tkinter import *
|
|||
from idlelib.Percolator import Percolator
|
||||
from idlelib.ColorDelegator import ColorDelegator
|
||||
from idlelib.textView import view_file # TextViewer
|
||||
from imp import reload
|
||||
from importlib import reload
|
||||
|
||||
import turtle
|
||||
import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue