summaryrefslogtreecommitdiff
path: root/Lib/test/test_macpath.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-24 13:45:58 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-24 13:45:58 +0300
commit597d15afe45ea3a8613d336e68a0a98b8846e603 (patch)
treea4d198a41246ec32b90817fa0ee6660f81c7af1c /Lib/test/test_macpath.py
parentc7f44aa99aea074398b35d02afba65b49df36813 (diff)
downloadcpython-git-597d15afe45ea3a8613d336e68a0a98b8846e603.tar.gz
Issue #23277: Remove unused support.run_unittest import.
Diffstat (limited to 'Lib/test/test_macpath.py')
-rw-r--r--Lib/test/test_macpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_macpath.py b/Lib/test/test_macpath.py
index 80bec7a799..0698ff5f6b 100644
--- a/Lib/test/test_macpath.py
+++ b/Lib/test/test_macpath.py
@@ -1,5 +1,5 @@
import macpath
-from test import support, test_genericpath
+from test import test_genericpath
import unittest