Skip to content

Commit

Permalink
bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka committed Jul 23, 2018
1 parent 3fe5ccc commit db8e3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_contextlib_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from test import support
import unittest

from .test_contextlib import TestBaseExitStack
from test.test_contextlib import TestBaseExitStack


def _async_test(func):
Expand Down

0 comments on commit db8e3a1

Please sign in to comment.