aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen/build-cleaner.py
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-09-23 16:29:44 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-09-23 16:29:44 +0000
commitae4fbcd6434de1b927259f5456a822f720e36434 (patch)
treef97478bfd49eacc0b2c5ee42b3e85f2f8cabcab4 /tools/buildgen/build-cleaner.py
parent41aab15c74130ae36850d88c8bea0063c83236e7 (diff)
Use "#!/usr/bin/env python2.7" only in utilities
Diffstat (limited to 'tools/buildgen/build-cleaner.py')
-rwxr-xr-xtools/buildgen/build-cleaner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildgen/build-cleaner.py b/tools/buildgen/build-cleaner.py
index 939143c4cb..6c9c6b3749 100755
--- a/tools/buildgen/build-cleaner.py
+++ b/tools/buildgen/build-cleaner.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.7
# Copyright 2015, Google Inc.
# All rights reserved.
#