Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / utils / python / tap / __init__.py
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: BSD-2-Clause
2#
b85894a3
MJ
3# Copyright (c) 2016, Matt Layman
4
5from .runner import TAPTestRunner
6
7__all__ = ['TAPTestRunner']
8__version__ = '2.1'
This page took 0.047057 seconds and 4 git commands to generate.