From db9ae3849f660ac535062b7280ba7395f58355c6 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Sat, 6 Feb 2021 13:54:33 +0100 Subject: [PATCH] fixed shebang to python3 --- blag/blag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blag/blag.py b/blag/blag.py index 6b469d8..78b4a2e 100644 --- a/blag/blag.py +++ b/blag/blag.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """Small static site generator.