From: Martin Panter Date: Tue, 6 Sep 2016 02:18:16 +0000 (+0000) Subject: Issue #27355: Import no longer needed X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b745f920c95f9c6fd81ad988305a4197da98b23e;p=python Issue #27355: Import no longer needed --- diff --git a/Lib/ctypes/test/test_funcptr.py b/Lib/ctypes/test/test_funcptr.py index 636c045c9e..f34734b164 100644 --- a/Lib/ctypes/test/test_funcptr.py +++ b/Lib/ctypes/test/test_funcptr.py @@ -1,4 +1,4 @@ -import os, unittest +import unittest from ctypes import * try: