Browse Source

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

pull/8434/head
Serhiy Storchaka 8 years ago
committed by GitHub
parent
commit
db8e3a1e44
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Lib/test/test_contextlib_async.py

2
Lib/test/test_contextlib_async.py

@ -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…
Cancel
Save