diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-20 03:33:22 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-20 03:33:22 +0200 |
commit | 77c767cb40975032c9ab146d53fe88b6b9d3891f (patch) | |
tree | 57dc984c8bd4ef7ab8919cbaaaf47a315bef1411 /ponysay | |
parent | fa58f4e5b7fc0c86ae497bdc03637e95bd916e51 (diff) | |
download | ponysay-77c767cb40975032c9ab146d53fe88b6b9d3891f.tar.gz ponysay-77c767cb40975032c9ab146d53fe88b6b9d3891f.tar.bz2 ponysay-77c767cb40975032c9ab146d53fe88b6b9d3891f.zip |
python shebang, python3 is not recognised
Diffstat (limited to 'ponysay')
-rwxr-xr-x | ponysay | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # -*- coding: utf-8 -*- ''' |