mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381)
This commit is contained in:
parent
3fe5cccb08
commit
db8e3a1e44
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import functools
|
|||
from test import support
|
||||
import unittest
|
||||
|
||||
from .test_contextlib import TestBaseExitStack
|
||||
from test.test_contextlib import TestBaseExitStack
|
||||
|
||||
|
||||
def _async_test(func):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue