Hopefully fix pylint on AppVeyor...

This commit is contained in:
Florian Bruhin 2017-05-17 22:47:17 +02:00
parent edd10aac56
commit f67cf17055

View File

@ -68,4 +68,4 @@ ignored-modules=PyQt5,PyQt5.QtWebKit
# WORKAROUND # WORKAROUND
# For some reason, pylint doesn't know about some Python 3 modules on # For some reason, pylint doesn't know about some Python 3 modules on
# AppVeyor... # AppVeyor...
known-standard-library=faulthandler,http,enum,tokenize,posixpath,importlib known-standard-library=faulthandler,http,enum,tokenize,posixpath,importlib,types