aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_cppext.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_cppext.py')
-rw-r--r--Lib/test/test_cppext.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_cppext.py b/Lib/test/test_cppext.py
index e2fedc97350..7a143f44640 100644
--- a/Lib/test/test_cppext.py
+++ b/Lib/test/test_cppext.py
@@ -7,7 +7,6 @@ import unittest
import subprocess
import sysconfig
from test import support
-from test.support import os_helper
MS_WINDOWS = (sys.platform == 'win32')