asyncio: Replace "unittest.mock" with "mock" in unit tests
Use "from unittest import mock". It should simplify my work to merge new tests in Trollius, because Trollius uses "mock" backport for Python 2.
V
Victor Stinner committed
24ba2035048566df2e0876fb719749d984234bc7
Parent: 71ec82a