mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Removed unused imports.
This commit is contained in:
parent
a6f26c1d34
commit
ccd047ea4b
26 changed files with 11 additions and 31 deletions
|
@ -95,7 +95,6 @@ from idlelib.textView import view_text
|
|||
from turtledemo import __doc__ as about_turtledemo
|
||||
|
||||
import turtle
|
||||
import time
|
||||
|
||||
demo_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
darwin = sys.platform == 'darwin'
|
||||
|
|
|
@ -22,7 +22,6 @@ to 0, this animation runs in "line per line"
|
|||
mode as fast as possible.
|
||||
"""
|
||||
|
||||
import math
|
||||
from turtle import Turtle, mainloop
|
||||
from time import clock
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ mouse over the scrollbar of the canvas.
|
|||
|
||||
"""
|
||||
from turtle import Shape, Turtle, mainloop, Vec2D as Vec
|
||||
from time import sleep
|
||||
|
||||
G = 8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue