Update cpplint.py

This commit is contained in:
cclauss 2018-03-12 18:14:26 +01:00 committed by GitHub
parent 7e4c8b9b6b
commit d98652e03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
cpplint/cpplint.py vendored
View File

@ -53,9 +53,9 @@ import sys
import unicodedata
try:
xrange
xrange # Python 2
except NameError:
xrange = range
xrange = range # Python 3
_USAGE = """