def __init__(self, use_datetime=0): if not below_python27(): xmlrpcclient.Transport.__init__(self, use_datetime) self._use_datetime = use_datetime self._connection = (None, None) self._extra_headers = []