summaryrefslogtreecommitdiff
path: root/examples/browse.py
diff options
context:
space:
mode:
authorAndrew Dunai <andunai@gmail.com>2018-01-17 13:26:43 +0200
committerGitHub <noreply@github.com>2018-01-17 13:26:43 +0200
commitf8e7f37e1cd2788600805f48b4dda0357f3a7001 (patch)
treebfb81e884f179c40c8f852572180afc056f2b9e4 /examples/browse.py
parent56f80736c1f6f8ab35a94a4e1b4077d2ad78c0c4 (diff)
parentd63c8f942ce7c45b62f531ba919f246d6556496c (diff)
downloadurwid-f8e7f37e1cd2788600805f48b4dda0357f3a7001.tar.gz
Merge pull request #274 from urwid/hashbang-env
Proper hashbangs by douglas-larocca, closes #137
Diffstat (limited to 'examples/browse.py')
-rwxr-xr-xexamples/browse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/browse.py b/examples/browse.py
index ab689c0..6c0eb37 100755
--- a/examples/browse.py
+++ b/examples/browse.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Urwid example lazy directory browser / tree view
# Copyright (C) 2004-2011 Ian Ward