From: Martin Panter Date: Tue, 6 Sep 2016 02:18:16 +0000 (+0000) Subject: Issue #27355: Import no longer needed X-Git-Tag: v3.6.0b1~434 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b745f920c95f9c6fd81ad988305a4197da98b23e;p=thirdparty%2FPython%2Fcpython.git Issue #27355: Import no longer needed --- diff --git a/Lib/ctypes/test/test_funcptr.py b/Lib/ctypes/test/test_funcptr.py index 636c045c9e50..f34734b164eb 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: