mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-27 05:32:41 -06:00
6 lines
251 B
Python
Executable file
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__
|