diff options
Diffstat (limited to 'Lib/turtle.py')
| -rw-r--r-- | Lib/turtle.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py index ac0c32cf21..a44743386f 100644 --- a/Lib/turtle.py +++ b/Lib/turtle.py @@ -108,7 +108,6 @@ import tkinter as TK  import types  import math  import time -import os  import inspect  from os.path import isfile, split, join  | 
