From d4d8ce4e13d6f5b9103c18c1da722fe26f0f0bde Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 15 Apr 2020 08:55:00 -0400 Subject: [PATCH] missing front matter --- src/allmydata/test/__init__.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/allmydata/test/__init__.py b/src/allmydata/test/__init__.py index fb62e438f..60d9b87d6 100644 --- a/src/allmydata/test/__init__.py +++ b/src/allmydata/test/__init__.py @@ -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