@ -14,6 +14,7 @@ import tempfile
# arguments to use. Use None to indicate where the filename should be placed.
handlers = {
'.zip': ['unzip', None],
'.jar': ['unzip', None],
'.tgz': ['tar', 'xvzf', None],
'.tbz': ['tar', 'xvjf', None],
'.tar.gz': ['tar', 'xvzf', None],