Update for new module/namespace for urllib

This commit is contained in:
Magnus Hagander
2019-01-21 12:23:23 +01:00
parent 95df1aa888
commit 499a40baf7
4 changed files with 11 additions and 11 deletions

View File

@ -10,7 +10,7 @@ from Crypto import Random
from Crypto.Cipher import AES
import base64
import time
import urllib
import urllib.parse
from optparse import OptionParser