mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
missing front matter
This commit is contained in:
parent
72ca4e8c53
commit
d4d8ce4e13
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user