introduce llnl.util.compat to remove sys.version_info checks (#21720)

- also split typing.py into typing_extensions and add py2 shims
This commit is contained in:
Danny McClanahan
2022-01-21 15:32:52 -05:00
committed by GitHub
parent 796f5a3cbc
commit 0c2de252f1
32 changed files with 248 additions and 246 deletions

View File

@@ -10,6 +10,7 @@ sections = [
known_first_party = "spack"
known_archspec = "archspec"
known_llnl = "llnl"
known_third_party = ["ruamel", "six"]
src_paths = "lib"
honor_noqa = true