示例#1
0
 def http_error_401(self, *args):
     response = HTTPBasicAuthHandler.http_error_401(self, *args)
     self.retried = 0
     return response
示例#2
0
文件: conf.py 项目: cav71/osc
 def http_error_401(self, *args):
     response = HTTPBasicAuthHandler.http_error_401(self, *args)
     self.retried = 0
     return response