fix urllib import
This commit is contained in:
parent
45a6773e58
commit
14906f26a0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ except ImportError:
|
||||||
import re
|
import re
|
||||||
import shutil
|
import shutil
|
||||||
import tempfile
|
import tempfile
|
||||||
import urllib
|
import urllib.request
|
||||||
import zipfile
|
import zipfile
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue