mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Update cpplint.py
This commit is contained in:
parent
7e4c8b9b6b
commit
d98652e03b
4
cpplint/cpplint.py
vendored
4
cpplint/cpplint.py
vendored
@ -53,9 +53,9 @@ import sys
|
||||
import unicodedata
|
||||
|
||||
try:
|
||||
xrange
|
||||
xrange # Python 2
|
||||
except NameError:
|
||||
xrange = range
|
||||
xrange = range # Python 3
|
||||
|
||||
|
||||
_USAGE = """
|
||||
|
Loading…
x
Reference in New Issue
Block a user