mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Merge pull request #64 from xanderfomin/master
Make update_plugin.py script compatible with Python 3
This commit is contained in:
commit
6274ff0b10
@ -69,7 +69,7 @@ def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir):
|
||||
|
||||
shutil.move(plugin_temp_path, plugin_dest_path)
|
||||
|
||||
print 'Updated %s' % plugin_name
|
||||
print('Updated {0}'.format(plugin_name))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
Reference in New Issue
Block a user