summary refs log tree commit diff stats
path: root/ranger.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-12-29 21:27:46 +0100
committerhut <hut@lavabit.com>2009-12-29 21:27:46 +0100
commit5715becad1ecc186408883518fa516392ebf6d55 (patch)
tree3de750d52f336cf9cc0f1b1dfa07a2acd30c2ed0 /ranger.py
parent836e9eae3bf074ec1f3db808b23526cdca7b1323 (diff)
downloadranger-5715becad1ecc186408883518fa516392ebf6d55.tar.gz
F1 key (inside console) for viewing information about the command
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 4035536e..bd69bd09 100755
--- a/ranger.py
+++ b/ranger.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python -OO
+#!/usr/bin/python
 # coding=utf-8
 # ranger: Browse your files inside the terminal.
 # -----------------------------------------------------------------------------
129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194