From: Frédéric Péters Date: Thu, 18 Jun 2020 14:50:02 +0000 (+0200) Subject: misc: run manage.py with python3 X-Git-Tag: v2021~150 X-Git-Url: https://git.0d.be/?p=panikweb.git;a=commitdiff_plain;h=0605dcd8273da1984c6a6304aafdc949ee2c2820 misc: run manage.py with python3 --- diff --git a/manage.py b/manage.py index 73ba18b..19b8f45 100755 --- a/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 import os import sys