Explicitly use python 2 in shebang, fixes #3
This commit is contained in:
parent
a2e5b3be32
commit
9d1123e86e
1 changed files with 1 additions and 1 deletions
2
cpplint.py
vendored
2
cpplint.py
vendored
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 Google Inc. All rights reserved.
|
# Copyright (c) 2009 Google Inc. All rights reserved.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue