mirror of
https://github.com/amix/vimrc
synced 2025-07-04 06:44:59 +08:00
fix urllib import
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user