mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-11 20:11:47 +00:00
copyright, header
This commit is contained in:
committed by
Sajith Sasidharan
parent
1710530b6b
commit
0cc020b5f2
@ -1,6 +1,16 @@
|
|||||||
from twisted.trial.unittest import (
|
# -*- coding: utf-8 -*-
|
||||||
TestCase,
|
# 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.
|
||||||
|
|
||||||
|
"""
|
||||||
|
Tests for the allmydata.testing helpers
|
||||||
|
"""
|
||||||
|
|
||||||
from twisted.internet.defer import (
|
from twisted.internet.defer import (
|
||||||
inlineCallbacks,
|
inlineCallbacks,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user