summary refs log tree commit diff stats
path: root/ranger.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-04-26 21:49:23 +0200
committerhut <hut@lavabit.com>2011-04-26 21:49:23 +0200
commit9a99feacea7297f8478e111d8731a4411ad6c1a5 (patch)
tree0bbcc0abbda04b8e109ada488172c24ad5411e22 /ranger.py
parent3e2d6f2f3d4e6f8c71db73a26320bf0699671ba1 (diff)
parent2ed2d4f79238ce505724fc5873c6a912e19be305 (diff)
downloadranger-9a99feacea7297f8478e111d8731a4411ad6c1a5.tar.gz
Merge branch 'stable'
Conflicts:
	ranger.py
Diffstat (limited to 'ranger.py')
-rwxr-xr-xranger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger.py b/ranger.py
index 16c6b1b5..ffdf13aa 100755
--- a/ranger.py
+++ b/ranger.py
@@ -51,7 +51,7 @@ __doc__ = """Ranger - file browser for the unix terminal"""
 if os.path.isdir('ranger'):
 	try:
 		sys.path.remove(os.path.abspath('.'))
-	except ValueError:
+	except:
 		pass
 
 # Start ranger