summaryrefslogtreecommitdiff
path: root/Lib/test/test__osx_support.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-24 21:41:02 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-24 21:41:02 +0300
commitaef13273534a1bb8bbac9b86fab434f8e785f66b (patch)
treec9a61695f6abf1495c30bb17aaae0a6a09022b1a /Lib/test/test__osx_support.py
parent4b389ab3984fcc950fa488a17064d564ca445eeb (diff)
downloadcpython-aef13273534a1bb8bbac9b86fab434f8e785f66b.tar.gz
Issue #23277: Remove unused imports in tests.
Diffstat (limited to 'Lib/test/test__osx_support.py')
-rw-r--r--Lib/test/test__osx_support.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test__osx_support.py b/Lib/test/test__osx_support.py
index ac6325a751..bcba8caa29 100644
--- a/Lib/test/test__osx_support.py
+++ b/Lib/test/test__osx_support.py
@@ -4,7 +4,6 @@ Test suite for _osx_support: shared OS X support functions.
import os
import platform
-import shutil
import stat
import sys
import unittest