4 lines
83 B
Python
4 lines
83 B
Python
|
from eventlet import patcher
|
||
|
patcher.inject('urllib.parse', globals())
|
||
|
del patcher
|