- conf.py: workaround for urllib2: reset basic auth retry count if a 404 is encountered
authorMarcus Huewe <suse-tux@gmx.de>
Wed, 6 Apr 2011 15:23:48 +0000 (17:23 +0200)
committerMarcus Huewe <suse-tux@gmx.de>
Wed, 6 Apr 2011 15:26:51 +0000 (17:26 +0200)
commitb8c3a23b9083ac969898a18aea4647a5b688fad3
tree6b4c7e5bc01bf8889f452bae44de28ae18b1c4be
parentb7328b6adf9f3055a53e690e064021d06e3fa9f3
- conf.py: workaround for urllib2: reset basic auth retry count if a 404 is encountered

normally we should also do this for all status codes != 401 but so far
it seems to be sufficient to do it only for 404
osc/conf.py