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 = """