From d98652e03b749ceb533695d7092ad8418668295c Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 12 Mar 2018 18:14:26 +0100 Subject: [PATCH] Update cpplint.py --- cpplint/cpplint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpplint/cpplint.py b/cpplint/cpplint.py index d6a819b..8e07cab 100755 --- a/cpplint/cpplint.py +++ b/cpplint/cpplint.py @@ -53,9 +53,9 @@ import sys import unicodedata try: - xrange + xrange # Python 2 except NameError: - xrange = range + xrange = range # Python 3 _USAGE = """