summaryrefslogtreecommitdiffstats
path: root/test/CPPFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CPPFLAGS.py')
-rw-r--r--test/CPPFLAGS.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CPPFLAGS.py b/test/CPPFLAGS.py
index 4c594e5..346b422 100644
--- a/test/CPPFLAGS.py
+++ b/test/CPPFLAGS.py
@@ -46,8 +46,6 @@ if sys.platform == 'win32':
if sys.platform == 'win32':
test.write('mylink.py', r"""
-import getopt
-import os
import sys
args = sys.argv[1:]
while args:
@@ -68,7 +66,6 @@ else:
test.write('mylink.py', r"""
import getopt
-import os
import sys
opts, args = getopt.getopt(sys.argv[1:], 'o:s:')
for opt, arg in opts: