Exemplo n.º 1
0
 def http_error_401(self, *args):
     response = HTTPBasicAuthHandler.http_error_401(self, *args)
     self.retried = 0
     return response
Exemplo n.º 2
0
Arquivo: conf.py Projeto: cav71/osc
 def http_error_401(self, *args):
     response = HTTPBasicAuthHandler.http_error_401(self, *args)
     self.retried = 0
     return response