Adapt fingerprint to catch HTTPError from requests
authorSateesh Kumar <sateeshkumarb@yahoo.com>
Fri, 21 Mar 2014 17:27:33 +0000 (22:57 +0530)
committerAleksey Maksimov <ctpeko3a@gmail.com>
Sun, 30 Mar 2014 08:50:38 +0000 (16:50 +0800)
commit7de78825ce9719bb06a73b73dfdc4148bee350d8
tree53b824db6895a300e09984af6a986e77a9a7032a
parent0f499656cbe89f0233e255822c62b4ac60f5c35e
Adapt fingerprint to catch HTTPError from requests

Remove reference to urllib2 exceptions as the HTTP fetches
uses 'requests' module
jenkinsapi/fingerprint.py
jenkinsapi_tests/unittests/test_fingerprint.py [new file with mode: 0644]