[Python-checkins] cpython: Issue #27355: Import no longer needed

martin.panter python-checkins at python.org
Mon Sep 5 22:20:09 EDT 2016


https://hg.python.org/cpython/rev/0ce745bb7717
changeset:   103108:0ce745bb7717
user:        Martin Panter <vadmium+py at gmail.com>
date:        Tue Sep 06 02:18:16 2016 +0000
summary:
  Issue #27355: Import no longer needed

files:
  Lib/ctypes/test/test_funcptr.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/ctypes/test/test_funcptr.py b/Lib/ctypes/test/test_funcptr.py
--- 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:

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list