From 30e714bbe5fbd502ea4672f675aa50e190e7f833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 24 Apr 2020 09:13:00 +0200 Subject: [PATCH] eobuildall: run with python3 --- eobuildall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eobuildall b/eobuildall index abd6f5b..0fe0724 100755 --- a/eobuildall +++ b/eobuildall @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 import ConfigParser import fnmatch