Make update_plugin.py script compatible with Python 3

pull/64/head
Alexander Fomin 10 years ago
parent 6a16a9393c
commit d3fd0cf632
  1. 2
      update_plugins.py

@ -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…
Cancel
Save