Исправлена работа с python-2.7.9

master3.4 3.2.4
Mike Khiretskiy 9 years ago
parent 5256a62d34
commit f227a4ff8a

@ -15,6 +15,8 @@
# limitations under the License.
import urllib2 as u2
if hasattr(u2,"ssl"):
u2.ssl._create_default_https_context = u2.ssl._create_unverified_context
import os, sys
import socket, ssl
import OpenSSL, hashlib, M2Crypto

Loading…
Cancel
Save