summaryrefslogtreecommitdiff
path: root/pylint/checkers/stdlib.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-09-21 10:52:15 +0000
committerClaudiu Popa <pcmanticore@gmail.com>2015-09-21 10:52:15 +0000
commit097d6bbd10f2ee1410c218db5d9f3a8525d3617c (patch)
tree4d4dea0757ac3ace7a39f333b1b7135c7afe2fc7 /pylint/checkers/stdlib.py
parentd0308352cf461236f770413662fff841524fa8c1 (diff)
downloadpylint-git-097d6bbd10f2ee1410c218db5d9f3a8525d3617c.tar.gz
Improve the test suite for deprecated-method
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 b7548e72a..9519cd63e 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): [