Update cpplint.py

This commit is contained in:
cclauss
2018-03-12 18:14:26 +01:00
committed by GitHub
parent 7e4c8b9b6b
commit d98652e03b
+2 -2
View File
@@ -53,9 +53,9 @@ import sys
import unicodedata
try:
xrange
xrange # Python 2
except NameError:
xrange = range
xrange = range # Python 3
_USAGE = """