Ignore PyLint for external ipaddress module

This commit is contained in:
Ronald van Zantvoort 2015-04-15 15:47:36 +02:00
parent 64bda95d12
commit d04c66d827
2 changed files with 13 additions and 2 deletions

View file

@ -1,4 +1,10 @@
# Python 2.7 port of Python 3.4's ipaddress module.
'''
Python 2.[67] port of Python 3.4's ipaddress module
Almost verbatim copy of the core lib, with compatibility changes
Source: https://bitbucket.org/kwi/py2-ipaddress/
'''
# pylint: skip-file
# List of compatibility changes:

View file

@ -1,4 +1,9 @@
# Python 2.7 port of Python 3.4's test_ipaddress.
'''
Python 2.[67] port of Python 3.4's test_ipaddress.
Almost verbatim copy of core lib w/compatibility fixes
'''
# pylint: skip-file
# List of compatibility changes: