Commit be1c5263 authored by Denis Bilenko's avatar Denis Bilenko

add gevent/coros.py which imports all of gevent.lock but issues a deprecation warning

parent b02a047c
import warnings
warnings.warn('gevent.coros has been renamed to gevent.lock', DeprecationWarning, stacklevel=2)
from gevent.lock import *
from gevent.lock import __all__
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment