second commit
This commit is contained in:
8
env/lib/python3.11/site-packages/future/moves/http/client.py
vendored
Normal file
8
env/lib/python3.11/site-packages/future/moves/http/client.py
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
from future.utils import PY3
|
||||
|
||||
if PY3:
|
||||
from http.client import *
|
||||
else:
|
||||
from httplib import *
|
||||
from httplib import HTTPMessage
|
||||
__future_module__ = True
|
Reference in New Issue
Block a user