diff options
Diffstat (limited to 'Lib/idlelib/util.py')
-rw-r--r-- | Lib/idlelib/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/util.py b/Lib/idlelib/util.py index 5480219..ede670a 100644 --- a/Lib/idlelib/util.py +++ b/Lib/idlelib/util.py @@ -12,7 +12,6 @@ TODO: * std streams (pyshell, run), * warning stuff (pyshell, run). """ -from os import path # .pyw is for Windows; .pyi is for stub files. py_extensions = ('.py', '.pyw', '.pyi') # Order needed for open/save dialogs. |