mirror of
1
0
Fork 0

Merge pull request #64 from xanderfomin/master

Make update_plugin.py script compatible with Python 3
This commit is contained in:
Amir Salihefendic 2014-05-15 11:10:24 +01:00
commit 6274ff0b10
1 changed files with 1 additions and 1 deletions

View File

@ -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__':