1
0
Fork 0
mirror of synced 2025-03-26 15:29:50 -04:00
This commit is contained in:
bood 2013-08-18 09:01:07 +02:00
parent b0798e23f8
commit a7345844a0

View file

@ -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)