summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2023-01-10 15:46:45 (GMT)
committerNico Weber <thakis@chromium.org>2023-01-10 15:46:45 (GMT)
commit6a17e84370064eec6f22cfb1717ab80cf898d82b (patch)
tree7fd2ca231b8571d1c1ae3715f1b8685798d65e2b /configure.py
parentaddf582af8b4f13b8f22efa2cfeff6cb4d9be8e9 (diff)
downloadNinja-6a17e84370064eec6f22cfb1717ab80cf898d82b.zip
Ninja-6a17e84370064eec6f22cfb1717ab80cf898d82b.tar.gz
Ninja-6a17e84370064eec6f22cfb1717ab80cf898d82b.tar.bz2
Use python3 in all run lines
We already did this in some, this converts the rest. Also chmod +x on write_fake_manifests.py while here.
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.py b/configure.py
index 09c5b28..588250a 100755
--- a/configure.py
+++ b/configure.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright 2001 Google Inc. All Rights Reserved.
#
@@ -19,8 +19,6 @@
Projects that use ninja themselves should either write a similar script
or use a meta-build system that supports Ninja output."""
-from __future__ import print_function
-
from optparse import OptionParser
import os
import pipes