mirror of
https://github.com/tiennm99/styleguide.git
synced 2026-09-03 20:22:57 +00:00
Update cpplint.py
This commit is contained in:
Vendored
+2
-2
@@ -53,9 +53,9 @@ import sys
|
||||
import unicodedata
|
||||
|
||||
try:
|
||||
xrange
|
||||
xrange # Python 2
|
||||
except NameError:
|
||||
xrange = range
|
||||
xrange = range # Python 3
|
||||
|
||||
|
||||
_USAGE = """
|
||||
|
||||
Reference in New Issue
Block a user