From 6fbeae406e37e850345f3d7f5435a0236050c188 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Mon, 6 Apr 2015 20:37:16 +0300 Subject: Issue #22977: Remove unconditional import of ctypes. --- Lib/test/test_exceptions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index a7f19cb..80d4f1a 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py @@ -6,7 +6,6 @@ import unittest import pickle import weakref import errno -import ctypes from test.support import (TESTFN, captured_output, check_impl_detail, check_warnings, cpython_only, gc_collect, run_unittest, -- cgit v0.12