Files
2024-11-29 18:15:30 +00:00

4 lines
83 B
Python

from eventlet import patcher
patcher.inject('urllib.parse', globals())
del patcher