try using HTTPSConnection instead of the old HTTPS compatibility class
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Thu, 9 Dec 2010 11:32:38 +0000 (12:32 +0100)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Thu, 9 Dec 2010 11:32:38 +0000 (12:32 +0100)
commit5e84852ec99482f089474334e7c60d9321d492ab
tree30247dae3d565fbad90a49d0a86b5e1215039c20
parent462e3b7428cd07dfb51746d2fe13eb16824fde05
try using HTTPSConnection instead of the old HTTPS compatibility class
from 1.5. HTTPSConnection practically have the same interface for our
use and xmlrpclib from python 2.7 requires the additional methods it
provides.
sfa/util/xmlrpcprotocol.py