summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-06-09 10:33:50 +0200
committerhut <hut@lavabit.com>2010-06-09 10:33:50 +0200
commit8129ccb6d1e10182d60a71483da2c3db08108adb (patch)
tree50f8aad3316ccf871976b0f4e3fa49e3831046f1 /doc
parent1881922fba437a3f2ba8f1392ba27b78c382e82f (diff)
downloadranger-8129ccb6d1e10182d60a71483da2c3db08108adb.tar.gz
Changed hashbang line to "#!/usr/bin/env python"
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/print_colors.py2
-rw-r--r--doc/print_keys.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/print_colors.py b/doc/print_colors.py
index 7ffd6500..c3508fa6 100755
--- a/doc/print_colors.py
+++ b/doc/print_colors.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 """
 You can use this tool to display all supported colors and their color number.
 It will exit after a keypress.
diff --git a/doc/print_keys.py b/doc/print_keys.py
index 0790acab..f87a2a40 100644
--- a/doc/print_keys.py
+++ b/doc/print_keys.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 """
 You can use this tool to find out values of keypresses
 """