Revert "Add SNI_SUPPORTED variable for https check"

This reverts commit f60c911ffc.
This commit is contained in:
tigranl 2016-12-06 17:10:35 +03:00
parent 5ae13764d8
commit 25ebf8948f

View file

@ -43,8 +43,6 @@ from beets.autotag import mb
from beets.dbcore import query as db_query
import six
SNI_SUPPORTED = sys.version_info
# On Windows platforms, use colorama to support "ANSI" terminal colors.
if sys.platform == 'win32':
try: