git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5dfa767
)
Added local pylint directives.
author
Steven Black
<redacted>
Mon, 8 Feb 2016 01:09:42 +0000
(20:09 -0500)
committer
Steven Black
<redacted>
Mon, 8 Feb 2016 01:09:42 +0000
(20:09 -0500)
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index 4b1ae72c9c508513e4c7ea6f9d868eb2956b27ce..1bc90a3bb5625191280f72d24d1be1d87b43e49d 100644
(file)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-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
git clone https://git.99rst.org/PROJECT