mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Merge pull request #371 from jwaggy/patch-1
Can now use python2 or python3 interchangeably.
This commit is contained in:
commit
edc69df0b9
@ -83,7 +83,7 @@ def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
shutil.move(plugin_temp_path, plugin_dest_path)
|
shutil.move(plugin_temp_path, plugin_dest_path)
|
||||||
|
print(zip_path)
|
||||||
print('Updated {0}'.format(plugin_name))
|
print('Updated {0}'.format(plugin_name))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user