missing front matter

This commit is contained in:
Jean-Paul Calderone 2020-04-15 08:55:00 -04:00
parent 72ca4e8c53
commit d4d8ce4e13
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -1,3 +1,18 @@
# Tahoe-LAFS -- secure, distributed storage grid
#
# Copyright © 2020 The Tahoe-LAFS Software Foundation
#
# This file is part of Tahoe-LAFS.
#
# See the docs/about.rst file for licensing information.
"""
Some setup that should apply across the entire test suite.
Rather than defining interesting APIs for other code to use, this just causes
some side-effects which make things better when the test suite runs.
"""
from traceback import extract_stack, format_list
from foolscap.pb import Listener
from twisted.python.log import err