Adapt fingerprint to catch HTTPError from requests
authorSateesh Kumar <sateeshkumarb@yahoo.com>
Fri, 21 Mar 2014 17:27:33 +0000 (22:57 +0530)
committerSateesh Kumar <sateeshkumarb@yahoo.com>
Fri, 21 Mar 2014 17:27:33 +0000 (22:57 +0530)
commitac33e4914f872267cc403c26d5418c8cc454ed56
tree53b824db6895a300e09984af6a986e77a9a7032a
parent4ec5bee2ba3a04a6fa8a6ef5135ebb5b3d37adde
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]