diff options
author | Lorenzo Torres <torres@sideros.org> | 2025-03-27 19:53:49 +0100 |
---|---|---|
committer | Lorenzo Torres <torres@sideros.org> | 2025-03-27 19:53:49 +0100 |
commit | 3b941bc06b63b647c2f3a240d949ad0c50059610 (patch) | |
tree | a9df7b513c5f3cac27c7b2bfe05f92b83316c7fd /makesite.py | |
parent | 91a86f0d83ffa06badc5fdd0680f66bfa4f8913c (diff) |
use python3
Diffstat (limited to 'makesite.py')
-rwxr-xr-x | makesite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makesite.py b/makesite.py index 970c861..fee4194 100755 --- a/makesite.py +++ b/makesite.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # The MIT License (MIT) # |