Ensure that the _asyncio.py module can be compiled, even on Python 2

Use the same pattern of conditional importing of _compat.py as used in
__init__.py to ensure that _compat.py can be compiled on Python 2.

Fixes jd/tenacity#88
1 file changed