second commit
This commit is contained in:
7
env/lib/python3.11/site-packages/future/moves/xmlrpc/client.py
vendored
Normal file
7
env/lib/python3.11/site-packages/future/moves/xmlrpc/client.py
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
from __future__ import absolute_import
|
||||
from future.utils import PY3
|
||||
|
||||
if PY3:
|
||||
from xmlrpc.client import *
|
||||
else:
|
||||
from xmlrpclib import *
|
Reference in New Issue
Block a user