projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91c964a
)
disable an annoying pylint warning
author
salimfadhley
<sal@stodge.org>
Sat, 12 Oct 2013 17:35:41 +0000
(18:35 +0100)
committer
salimfadhley
<sal@stodge.org>
Sat, 12 Oct 2013 17:35:41 +0000
(18:35 +0100)
jenkinsapi/utils/krb_requester.py
patch
|
blob
|
history
diff --git
a/jenkinsapi/utils/krb_requester.py
b/jenkinsapi/utils/krb_requester.py
index 0fce89102398b509d46c25a46e1d5f7322216f8e..7c45e53b09ad8eed62206a3aaf18e3d440aab386 100644
(file)
--- a/
jenkinsapi/utils/krb_requester.py
+++ b/
jenkinsapi/utils/krb_requester.py
@@
-4,7
+4,7
@@
Kerberos aware Requester
from jenkinsapi.utils.requester import Requester
from requests_kerberos import HTTPKerberosAuth, OPTIONAL
-
+#pylint: disable=W0222
class KrbRequester(Requester):
"""
A class which carries out HTTP requests with Kerberos/GSSAPI authentication.