mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +01:00
Add SNI_SUPPORTED
This commit is contained in:
parent
25ebf8948f
commit
91819b2c80
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ import six
|
|||
|
||||
MAX_FILENAME_LENGTH = 200
|
||||
WINDOWS_MAGIC_PREFIX = u'\\\\?\\'
|
||||
SNI_SUPPORTED = sys.version_info >= (2, 7, 9)
|
||||
|
||||
|
||||
class HumanReadableException(Exception):
|
||||
|
|
|
|||
Loading…
Reference in a new issue