Files @ d9360f1ceafe
Branch filter:

Location: NPO-Accounting/conservancy_beancount/tests/__init__.py

Brett Smith
audit_report: Use concurrent.futures for parallelization.

This is basically a pure maintainability change: concurrent.futures is the
nicest API that's available in both Python 3.6 and 3.7, and our other tools
are using it.