From 335947dfce4df0ea3d50df5593a00d1795e63838 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 12 Apr 2018 10:20:50 +0200 Subject: [PATCH] env-ize --- ls47.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ls47.py b/ls47.py index cb9f555..e942026 100755 --- a/ls47.py +++ b/ls47.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # This software is hereby released into public domain. Use it wisely.