##// END OF EJS Templates
sslutil: use preferred formatting for import syntax
Gregory Szorc -
r28577:7efff6ce default
parent child Browse files
Show More
@@ -14,7 +14,10 b' import ssl'
14 14 import sys
15 15
16 16 from .i18n import _
17 from . import error, util
17 from . import (
18 error,
19 util,
20 )
18 21
19 22 hassni = getattr(ssl, 'HAS_SNI', False)
20 23
General Comments 0
You need to be logged in to leave comments. Login now