diff options
| author | Andrew Dunai <andunai@gmail.com> | 2018-01-17 13:23:50 +0200 |
|---|---|---|
| committer | Andrew Dunai <andunai@gmail.com> | 2018-01-17 13:23:50 +0200 |
| commit | d63c8f942ce7c45b62f531ba919f246d6556496c (patch) | |
| tree | bfb81e884f179c40c8f852572180afc056f2b9e4 /examples/fib.py | |
| parent | 56f80736c1f6f8ab35a94a4e1b4077d2ad78c0c4 (diff) | |
| download | urwid-hashbang-env.tar.gz | |
Proper hashbangs by douglas-larocca, closes #137hashbang-env
Diffstat (limited to 'examples/fib.py')
| -rwxr-xr-x | examples/fib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fib.py b/examples/fib.py index ad6acc5..875c8fc 100755 --- a/examples/fib.py +++ b/examples/fib.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Urwid example fibonacci sequence viewer / unbounded data demo # Copyright (C) 2004-2007 Ian Ward |
