Added local pylint directives.

This commit is contained in:
Steven Black 2016-02-07 20:09:42 -05:00
parent 5dfa76790d
commit d167327b2a

View File

@ -6,6 +6,9 @@
# This Python script will combine all the host files you provide
# as sources into one, unique host file to keep you internet browsing happy.
# pylint: disable=invalid-name
# pylint: disable=bad-whitespace
# Making Python 2 compatible with Python 3
from __future__ import absolute_import, division, print_function, unicode_literals