server.py 106 B

12345
  1. from __future__ import absolute_import
  2. import sys
  3. assert sys.version_info[0] < 3
  4. from xmlrpclib import *