Merge pull request #4 from ad-freiburg/niklas88-python-2
Explicitly use python 2 in shebang, fixes #3
This commit is contained in:
commit
4cf1cc2b39
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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue