From: Hugh Brown Date: Fri, 11 Oct 2013 01:43:18 +0000 (-0400) Subject: Patch tests and utils: exceptions to custom_exceptions X-Git-Tag: v0.2.23~92^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25fa6ed660ffb7ced52a84e4593df1ab21b03d9d;p=tools%2Fpython-jenkinsapi.git Patch tests and utils: exceptions to custom_exceptions --- diff --git a/jenkinsapi/utils/requester.py b/jenkinsapi/utils/requester.py index ea05c65..2adb63d 100644 --- a/jenkinsapi/utils/requester.py +++ b/jenkinsapi/utils/requester.py @@ -3,7 +3,7 @@ Module for jenkinsapi requester (which is a wrapper around python-requests) """ import requests -from jenkinsapi.exceptions import JenkinsAPIException +from jenkinsapi.custom_exceptions import JenkinsAPIException # import logging # # these two lines enable debugging at httplib level (requests->urllib3->httplib)