From: Vladimír Vondruš Date: Sat, 2 Feb 2019 08:35:29 +0000 (+0100) Subject: css: explicitly use Python 3. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=4623029a16385634dad1acd31a5be790143ae9a0;p=blog.git css: explicitly use Python 3. --- diff --git a/css/postprocess.py b/css/postprocess.py index 787db97e..a62e998b 100755 --- a/css/postprocess.py +++ b/css/postprocess.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # This file is part of m.css.