From debd6c327b3af0d8975ea80036a9c21bfb6ec090 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 7 May 2010 17:56:50 +0200 Subject: Run python with flag "-O" by default This will discard assert statements which are unnecessary for end users. --- ranger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1-2-gfad0