summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2012-04-13 16:14:49 +0200
committerhut <hut@lavabit.com>2012-04-13 16:20:15 +0200
commit38c23f61a3cabfd63acbca56fbeb9d2cc7493051 (patch)
treea2dfc6876b06adba01864d29b93107e1ef931612
parentbddd90104aad2ea17d3b26f8c5b4a0b4da41ecf7 (diff)
downloadranger-38c23f61a3cabfd63acbca56fbeb9d2cc7493051.tar.gz
ext.rifle: use "python -S" in hashbang line
since it doesn't need modules from site anymore.
-rwxr-xr-xranger/ext/rifle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/ext/rifle.py b/ranger/ext/rifle.py
index b1de5cac..aef6c54b 100755
--- a/ranger/ext/rifle.py
+++ b/ranger/ext/rifle.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -S
 # Copyright (C) 2012  Roman Zimbelmann <romanz@lavabit.com>
 # This software is distributed under the terms of the GNU GPL version 3.