diff options
author | hut <hut@lavabit.com> | 2010-06-09 13:07:16 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-06-09 13:07:16 +0200 |
commit | 57deeb86a73e527e7de3881cd5aa1488629695cf (patch) | |
tree | 87d1131e58a1b4aab4ae28334108dba8284ee18a /ranger.py | |
parent | f66cc63de49c69713631bc5f505992958e5ef5e8 (diff) | |
download | ranger-57deeb86a73e527e7de3881cd5aa1488629695cf.tar.gz |
Reverted hashbang for ranger.py.
It causes an error here: /usr/bin/env: python -O: No such file or directory
Diffstat (limited to 'ranger.py')
-rwxr-xr-x | ranger.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger.py b/ranger.py index a3f2095b..aca1b557 100755 --- a/ranger.py +++ b/ranger.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python -O +#!/usr/bin/python -O # coding=utf-8 # # Ranger: Explore your forest of files from inside your terminal |