summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorByoungchan Lee <byoungchan.lee@gmx.com>2023-10-09 11:13:50 (GMT)
committerByoungchan Lee <byoungchan.lee@gmx.com>2023-10-09 11:15:34 (GMT)
commit0a9c9c5f50c60de4a7acfed8aaa048c74cd2f43b (patch)
treebfb745b1953a1e56b29a168bf7528092d8d2aea3 /configure.py
parent9cf13cd1ecb7ae649394f4133d121a01e191560b (diff)
downloadNinja-0a9c9c5f50c60de4a7acfed8aaa048c74cd2f43b.zip
Ninja-0a9c9c5f50c60de4a7acfed8aaa048c74cd2f43b.tar.gz
Ninja-0a9c9c5f50c60de4a7acfed8aaa048c74cd2f43b.tar.bz2
Remove unused module string in configure.py
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index c6973cd..939153d 100755
--- a/configure.py
+++ b/configure.py
@@ -22,7 +22,6 @@ or use a meta-build system that supports Ninja output."""
from optparse import OptionParser
import os
import shlex
-import string
import subprocess
import sys