##// END OF EJS Templates
pytype: suppress the import-error in util.py when importing re2...
Matt Harbison -
r44331:40bd6674 default
parent child Browse files
Show More
@@ -2119,7 +2119,7 b' def fscasesensitive(path):'
2119
2119
2120
2120
2121 try:
2121 try:
2122 import re2
2122 import re2 # pytype: disable=import-error
2123
2123
2124 _re2 = None
2124 _re2 = None
2125 except ImportError:
2125 except ImportError:
General Comments 0
You need to be logged in to leave comments. Login now