File Manager

Path: /proc/self/root/opt/alt/python27/lib/python2.7/site-packages/future/moves/xmlrpc/

Viewing File: server.py

from __future__ import absolute_import
from future.utils import PY3

if PY3:
    from xmlrpc.server import *
else:
    from xmlrpclib import *