(should probably remove all traces of _xmlrpclib, but I'll leave that
for another day.)
This commit is contained in:
Fredrik Lundh 2004-10-13 06:48:37 +00:00
parent f7e74b789d
commit 7069c31bbb

View file

@ -439,8 +439,7 @@ def _binary(data):
# XML parsers
try:
# optional xmlrpclib accelerator. for more information on this
# component, contact info@pythonware.com
# optional xmlrpclib accelerator
import _xmlrpclib
FastParser = _xmlrpclib.Parser
FastUnmarshaller = _xmlrpclib.Unmarshaller