From b95f5528cc7e84327966308ea8e29d5920048cda Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Sun, 21 Aug 2016 20:25:37 -0300 Subject: Use python3 explicitly in all python scripts --- tools/make-man-index.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/make-man-index.py') diff --git a/tools/make-man-index.py b/tools/make-man-index.py index 74a47b821a..50ad9532cd 100755 --- a/tools/make-man-index.py +++ b/tools/make-man-index.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # # This file is part of systemd. -- cgit v1.2.1