diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/future/backports/test/__init__.py')
-rw-r--r-- | .venv/lib/python3.12/site-packages/future/backports/test/__init__.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/future/backports/test/__init__.py b/.venv/lib/python3.12/site-packages/future/backports/test/__init__.py new file mode 100644 index 00000000..0bba5e69 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/future/backports/test/__init__.py @@ -0,0 +1,9 @@ +""" +test package backported for python-future. + +Its primary purpose is to allow use of "import test.support" for running +the Python standard library unit tests using the new Python 3 stdlib +import location. + +Python 3 renamed test.test_support to test.support. +""" |