Poodletooth-iLand/panda/python/Lib/site-packages/gevent/coros.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

6 lines
251 B
Python
Executable file

# 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__