From 4623029a16385634dad1acd31a5be790143ae9a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 2 Feb 2019 09:35:29 +0100 Subject: [PATCH] css: explicitly use Python 3. --- css/postprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2