Exemple #1
0
 def __init__(self, *args, **kw):
     HTTPConnection.__init__(self, *args, **kw)
     CachingHTTPMixin.__init__(self, HTTPConnection)