diff options
author | Byoungchan Lee <byoungchan.lee@gmx.com> | 2023-10-09 11:13:50 (GMT) |
---|---|---|
committer | Byoungchan Lee <byoungchan.lee@gmx.com> | 2023-10-09 11:15:34 (GMT) |
commit | 0a9c9c5f50c60de4a7acfed8aaa048c74cd2f43b (patch) | |
tree | bfb745b1953a1e56b29a168bf7528092d8d2aea3 | |
parent | 9cf13cd1ecb7ae649394f4133d121a01e191560b (diff) | |
download | Ninja-0a9c9c5f50c60de4a7acfed8aaa048c74cd2f43b.zip Ninja-0a9c9c5f50c60de4a7acfed8aaa048c74cd2f43b.tar.gz Ninja-0a9c9c5f50c60de4a7acfed8aaa048c74cd2f43b.tar.bz2 |
Remove unused module string in configure.py
-rwxr-xr-x | configure.py | 1 |
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 |