Have pylint ignore ssl_match_hostname

This commit is contained in:
Joseph Hall 2015-02-02 20:06:28 +00:00
parent 4451326739
commit b56fc08ea2

View File

@ -6,6 +6,12 @@ instead, as the system copy may be more current. If it is not available, then
this copy will be used.
'''
# **************************
# This file included in salt to prevent version dep issues for match_hostname.
# When updating the bundled match_hostname include this message and the disable
# pylint: skip-file
# **************************
import re
__version__ = '3.4.0.2'