Skip to content

Commit 4e65a80

Browse files
committed
Fix NameError in test_cppext/setup.py
1 parent ecd0373 commit 4e65a80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_cppext/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import os
44
import platform
55
import shlex
6+
import sys
67
import sysconfig
78
from test import support
89

0 commit comments

Comments
 (0)