grit: replace types module with six
Python 3 has dropped the types module, so switch to six for the types that still make sense. For basic types (like tuple), we can just use the builtin instead. Bug: 983071 Test: `./grit/test_suite_all.py` passes Change-Id: I9d1fffdcf38c5550dffb9e946bf5890930399280 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700507Reviewed-by:Andrew Grieve <agrieve@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org> Cr-Commit-Position: refs/heads/master@{#686513}
Showing
Please register or sign in to comment