Skip to content

Commit

Permalink
Merge pull request #64 from xanderfomin/master
Browse files Browse the repository at this point in the history
Make update_plugin.py script compatible with Python 3
  • Loading branch information
Amir Salihefendic committed May 15, 2014
2 parents 6a16a93 + d3fd0cf commit 6274ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__':
Expand Down

0 comments on commit 6274ff0

Please sign in to comment.