make-glib-api-docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1fa3cbd729bf16e06678b39d05be12d0ec6fa786 Author: Albert Astals Cid <[email protected]> Date: Fri Nov 22 22:14:11 2019 +0100 make-glib-api-docs: switch to python3 Seems to work fine and python2 is dying anyway diff --git a/make-glib-api-docs b/make-glib-api-docs index 6fbe4494..fca9279b 100755 --- a/make-glib-api-docs +++ b/make-glib-api-docs @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (C) 2017 Carlos Garcia Campos <[email protected]> # _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
