diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-09-06 02:18:16 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-09-06 02:18:16 (GMT) |
commit | b745f920c95f9c6fd81ad988305a4197da98b23e (patch) | |
tree | 910083f45e6f6a9423e1ec354e8b9e1fc2c7f7c7 | |
parent | 9d1e4a54f792a8a15b27847d7c0518ab9e9cead0 (diff) | |
download | cpython-b745f920c95f9c6fd81ad988305a4197da98b23e.zip cpython-b745f920c95f9c6fd81ad988305a4197da98b23e.tar.gz cpython-b745f920c95f9c6fd81ad988305a4197da98b23e.tar.bz2 |
Issue #27355: Import no longer needed
-rw-r--r-- | 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 index 636c045..f34734b 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: |