Monkey patch all
This commit is contained in:
parent
37dc7b055c
commit
3836c70b2c
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
from gevent import monkey
|
||||
monkey.patch_all()
|
||||
|
||||
import time
|
||||
import atexit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue