From 9d1123e86e1d4a10b87b4b8fed85f975be8f6e0d Mon Sep 17 00:00:00 2001 From: Niklas Schnelle Date: Mon, 8 Apr 2019 12:38:38 +0200 Subject: [PATCH] Explicitly use python 2 in shebang, fixes #3 --- cpplint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpplint.py b/cpplint.py index db1c123..294337d 100755 --- a/cpplint.py +++ b/cpplint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright (c) 2009 Google Inc. All rights reserved. #