diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-10-15 17:04:56 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-10-15 17:04:56 +0200 |
commit | 6419c7f6dba05e5dfb06074e957755e6f53e0344 (patch) | |
tree | 39e5048d2d5373fd91ef2b4820c556a47e05d350 | |
parent | afde05f12378e66f61995a25327abd1b49eb2f0b (diff) | |
download | tools-6419c7f6dba05e5dfb06074e957755e6f53e0344.tar.gz tools-6419c7f6dba05e5dfb06074e957755e6f53e0344.tar.bz2 tools-6419c7f6dba05e5dfb06074e957755e6f53e0344.tar.xz tools-6419c7f6dba05e5dfb06074e957755e6f53e0344.zip |
env python -> env python3
why can't 2to3 do this?
-rwxr-xr-x | testxml/testxml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testxml/testxml.py b/testxml/testxml.py index 11ed611..9e92d75 100755 --- a/testxml/testxml.py +++ b/testxml/testxml.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # -*- coding: utf8 -*- # # Copyright (C) 2010-2011 Evol Online |