We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae8219 commit 5bffe3bCopy full SHA for 5bffe3b
roundup/anypy/xmlrpc_.py
@@ -4,5 +4,5 @@
4
server.SimpleXMLRPCDispatcher
5
except (ImportError, AttributeError):
6
# Python 2.
7
- import xmlrpclib as client # noqa: F401
8
import SimpleXMLRPCServer as server
+ import xmlrpclib as client # noqa: F401
0 commit comments