summaryrefslogtreecommitdiff
path: root/pylint/checkers/stdlib.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-09-21 10:00:45 +0000
committerClaudiu Popa <pcmanticore@gmail.com>2015-09-21 10:00:45 +0000
commitb29b4b2eb3b612adfeae738a27a419a7803a399f (patch)
tree1f0f071a5b78a3c69068f4bff288586971aa8461 /pylint/checkers/stdlib.py
parentb7395864a9ac5d37b50be519b462854bf3641f36 (diff)
parentc167eaa1a0752f97322490a92b8f2bc4e8531812 (diff)
downloadpylint-b29b4b2eb3b612adfeae738a27a419a7803a399f.tar.gz
Merged in palazzem/pylint (pull request #271)
fixed _check_deprecated_method during pylint linting
Diffstat (limited to 'pylint/checkers/stdlib.py')
-rw-r--r--pylint/checkers/stdlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/stdlib.py b/pylint/checkers/stdlib.py
index c262c2c..02d3689 100644
--- a/pylint/checkers/stdlib.py
+++ b/pylint/checkers/stdlib.py
@@ -177,7 +177,7 @@ class StdlibChecker(BaseChecker):
'inspect.getmoduleinfo', 'inspect.getmodulename',
'logging.warn', 'logging.Logger.warn',
'logging.LoggerAdapter.warn',
- 'nntplib.NNTPBase.xpath',
+ 'nntplib._NNTPBase.xpath',
'platform.popen',
],
(3, 4): [