modules.archive.unzip: zipfile is stdlib

This commit is contained in:
Justin Findlay 2016-10-13 15:29:14 -06:00
parent 6b782c15e1
commit 2ec2684860

View file

@ -492,7 +492,6 @@ def cmd_unzip(zip_file, dest, excludes=None,
return _trim_files(files, trim_output)
@salt.utils.decorators.depends('zipfile', fallback_function=cmd_unzip)
def unzip(zip_file, dest, excludes=None,
template=None, runas=None, trim_output=False, password=None):
'''