From a818625ab97a366e2dd2f07b10e3d570ef1c252f Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 15 May 2010 00:39:55 +0200 Subject: fsobject: extended list of container extensions --- ranger/fsobject/fsobject.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ranger/fsobject/fsobject.py b/ranger/fsobject/fsobject.py index f0adab67..afef48e4 100644 --- a/ranger/fsobject/fsobject.py +++ b/ranger/fsobject/fsobject.py @@ -13,7 +13,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -CONTAINER_EXTENSIONS = 'rar zip tar gz bz bz2 tgz 7z iso cab'.split() +CONTAINER_EXTENSIONS = ('7z', 'ace', 'ar', 'arc', 'bz', 'bz2', 'cab', 'cpio', + 'cpt', 'dgc', 'dmg', 'gz', 'iso', 'jar', 'msi', 'pkg', 'rar', 'shar', + 'tar', 'tbz', 'tgz', 'xar', 'xz', 'zip') from os import access, listdir, lstat, readlink, stat from time import time -- cgit 1.4.1-2-gfad0