Poodletooth-iLand/panda/python/Lib/site-packages/gevent/coros.py

7 lines
251 B
Python
Raw Normal View History

2015-04-07 16:08:36 -05:00
# This module definitely remains in 1.0.x, probably in versions after that too.
import warnings
warnings.warn('gevent.coros has been renamed to gevent.lock', DeprecationWarning, stacklevel=2)
from gevent.lock import *
from gevent.lock import __all__