Disable pylint input error for six.moves.

This commit is contained in:
Michael Lazar
2016-08-10 01:51:45 -07:00
parent a7255b541f
commit f8584a30fa

View File

@@ -9,6 +9,7 @@ import codecs
import logging
import threading
#pylint: disable=import-error
from six.moves.urllib.parse import urlparse, parse_qs
from six.moves.BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer