summaryrefslogtreecommitdiff
path: root/Lib/ctypes/test/test_returnfuncptrs.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/ctypes/test/test_returnfuncptrs.py')
-rw-r--r--Lib/ctypes/test/test_returnfuncptrs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/ctypes/test/test_returnfuncptrs.py b/Lib/ctypes/test/test_returnfuncptrs.py
index 93eba6bb76..1974f40df6 100644
--- a/Lib/ctypes/test/test_returnfuncptrs.py
+++ b/Lib/ctypes/test/test_returnfuncptrs.py
@@ -1,6 +1,5 @@
import unittest
from ctypes import *
-import os
import _ctypes_test