Merge "Do not force DeprecationWarning to be displayed"

This commit is contained in:
Jenkins 2016-07-14 17:19:07 +00:00 committed by Gerrit Code Review
commit 2e389ce44b
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ try:
except ImportError:
pass
warnings.simplefilter("default", DeprecationWarning)
if sys.version_info < (2, 7, 0):
warnings.warn("Support for python 2.6 is deprecated and will be removed.")