bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381)

This commit is contained in:
Serhiy Storchaka 2018-07-23 23:38:31 +03:00 committed by GitHub
parent 3fe5cccb08
commit db8e3a1e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):