summaryrefslogtreecommitdiff
path: root/Lib/idlelib/macosxSupport.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-25 00:12:32 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-25 00:12:32 +0300
commitccd047ea4b92f09a84b67e69deb82ce42e510c4c (patch)
tree89663a3917f136919b9b491c22ee76c16afd0b83 /Lib/idlelib/macosxSupport.py
parenta6f26c1d3495670c02c2ceb1e38ada0d468579f7 (diff)
downloadcpython-git-ccd047ea4b92f09a84b67e69deb82ce42e510c4c.tar.gz
Removed unused imports.
Diffstat (limited to 'Lib/idlelib/macosxSupport.py')
-rw-r--r--Lib/idlelib/macosxSupport.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/macosxSupport.py b/Lib/idlelib/macosxSupport.py
index b96bae1d55..268426fd2b 100644
--- a/Lib/idlelib/macosxSupport.py
+++ b/Lib/idlelib/macosxSupport.py
@@ -3,7 +3,6 @@ A number of functions that enhance IDLE on Mac OSX.
"""
import sys
import tkinter
-from os import path
import warnings
def runningAsOSXApp():