Fix running cpplint.py from the Windows command line

This commit is contained in:
Michael Bikovitsky 2015-07-25 17:30:02 +03:00
parent 43d738ab8b
commit 9224d5427d

2
cpplint/cpplint.py vendored
View File

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