Windows: Use 32-bit distribution of python
This commit is contained in:
10
python/gevent/ares.py
Normal file
10
python/gevent/ares.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""Backwards compatibility alias for :mod:`gevent.resolver.cares`.
|
||||
|
||||
.. deprecated:: 1.3
|
||||
Use :mod:`gevent.resolver.cares`
|
||||
"""
|
||||
|
||||
from gevent.resolver.cares import * # pylint:disable=wildcard-import,unused-wildcard-import,
|
||||
import gevent.resolver.cares as _cares
|
||||
__all__ = _cares.__all__ # pylint:disable=c-extension-no-member
|
||||
del _cares
|
||||
Reference in New Issue
Block a user