Close #25367: Fix test_coroutines()
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 11 Oct 2015 08:53:15 +0000 (10:53 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 11 Oct 2015 08:53:15 +0000 (10:53 +0200)
commit718c984e6ed66fd7829af528db60479dbbe73475
treee9d9e761a60e61d830377fedea1ec8332b4911cf
parent0c886f740b4947415031d4cb8816162aab9df399
Close #25367: Fix test_coroutines()

Fix usage of support.import_module('asyncio'): store the result in an 'asyncio'
variable.
Lib/test/test_coroutines.py