Explicitly use python 2 in shebang, fixes #3

This commit is contained in:
Niklas Schnelle 2019-04-08 12:38:38 +02:00 committed by GitHub
parent a2e5b3be32
commit 9d1123e86e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
cpplint.py vendored
View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#
# Copyright (c) 2009 Google Inc. All rights reserved.
#