From 683f1f3ddde13390781318b9fe4a6841ea35d145 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 29 Apr 2024 06:21:29 +0200 Subject: Adding upstream version 2.0.1. Signed-off-by: Daniel Baumann --- tests/__init__.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/__init__.py (limited to 'tests/__init__.py') diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..4e37361 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: MIT +# SPDX-FileCopyrightText: 2021 Taneli Hukkinen +# Licensed to PSF under a Contributor Agreement. + +__all__ = ("tomllib",) + +# By changing this one line, we can run the tests against +# a different module name. +import tomli as tomllib -- cgit v1.2.3