cpython: 0ce745bb7717 (original) (raw)

Mercurial > cpython

changeset 103108:0ce745bb7717

Issue #27355: Import no longer needed [#27355]

author Martin Panter vadmium+py@gmail.com
date Tue, 06 Sep 2016 02🔞16 +0000
parents ebaeeb36eb4b
children 7cec1a1d6950
files Lib/ctypes/test/test_funcptr.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/ctypes/test/test_funcptr.py 2

line wrap: on

line diff

--- 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: