diff --git a/update_plugins.py b/update_plugins.py index 7cbb8042..96903784 100644 --- a/update_plugins.py +++ b/update_plugins.py @@ -41,6 +41,7 @@ GITHUB_ZIP = '%s/archive/master.zip' SOURCE_DIR = path.join( path.dirname(__file__), 'sources_non_forked' ) + def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir): temp_zip_path = path.join(temp_dir, plugin_name)