Patch tests and utils: exceptions to custom_exceptions
authorHugh Brown <hbrown@amplify.com>
Fri, 11 Oct 2013 01:43:18 +0000 (21:43 -0400)
committerHugh Brown <hbrown@amplify.com>
Fri, 11 Oct 2013 01:43:18 +0000 (21:43 -0400)
jenkinsapi/utils/requester.py

index ea05c65..2adb63d 100644 (file)
@@ -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)