mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
fix urllib import
This commit is contained in:
parent
45a6773e58
commit
14906f26a0
@ -9,7 +9,7 @@ except ImportError:
|
||||
import re
|
||||
import shutil
|
||||
import tempfile
|
||||
import urllib
|
||||
import urllib.request
|
||||
import zipfile
|
||||
from os import path
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user