From a7345844a04d5e40aa9076c3a25b8746d7c28bc4 Mon Sep 17 00:00:00 2001 From: bood <bood@pyps.de> Date: Sun, 18 Aug 2013 09:01:07 +0200 Subject: [PATCH] a --- update_plugins.py | 1 + 1 file changed, 1 insertion(+) 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)