From 27b8733bf4fdbaeb7b225e98bd790c0e58eb409a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Fri, 13 May 2022 13:38:20 +0900 Subject: [PATCH] Update shebang --- botany-view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botany-view.py b/botany-view.py index 5f73817..09b1c6b 100755 --- a/botany-view.py +++ b/botany-view.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 from botany import * def ascii_render(filename):