summary refs log tree commit diff stats
path: root/ranger.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-05-07 17:56:50 +0200
committerhut <hut@lavabit.com>2010-05-10 21:03:40 +0200
commitdebd6c327b3af0d8975ea80036a9c21bfb6ec090 (patch)
treef49831b410607e432de54cde168378157234e11c /ranger.py
parentf6bcc4b6b8efdf381f5a1349f6be64123b8e6ddd (diff)
downloadranger-debd6c327b3af0d8975ea80036a9c21bfb6ec090.tar.gz
Run python with flag "-O" by default
This will discard assert statements which are unnecessary
for end users.
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 754f0a8f..aca1b557 100755
--- a/ranger.py
+++ b/ranger.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -O
 # coding=utf-8
 #
 # Ranger: Explore your forest of files from inside your terminal