bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381)
This commit is contained in:
parent
3fe5cccb08
commit
db8e3a1e44
|
@ -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…
Reference in New Issue