Make dataclasses available as a backported third_party library. (#2354)

This commit is contained in:
Gary van der Merwe
2018-08-07 19:04:33 +02:00
committed by Jelle Zijlstra
parent 9a01b817f7
commit c1f89a90b4
2 changed files with 65 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ consistent_files = [
{'stdlib/3/concurrent/futures/_base.pyi', 'third_party/2/concurrent/futures/_base.pyi'},
{'stdlib/3/concurrent/futures/thread.pyi', 'third_party/2/concurrent/futures/thread.pyi'},
{'stdlib/3/concurrent/futures/process.pyi', 'third_party/2/concurrent/futures/process.pyi'},
{'stdlib/3.7/dataclasses.pyi', 'third_party/3/dataclasses.pyi'},
]
def main():