4317:0de465a93200 | 4318:c2f374ca452b |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing SSL utility functions. | 7 Module implementing SSL utility functions. |
8 """ | 8 """ |
9 | |
10 from __future__ import unicode_literals | |
9 | 11 |
10 from PyQt5.QtCore import qVersion | 12 from PyQt5.QtCore import qVersion |
11 | 13 |
12 def initSSL(): | 14 def initSSL(): |
13 """ | 15 """ |