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/gdb-sd_dump_hashmaps.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/gdb-sd_dump_hashmaps.py') diff --git a/tools/gdb-sd_dump_hashmaps.py b/tools/gdb-sd_dump_hashmaps.py index 9ee81fb05a..d20016e005 100644 --- a/tools/gdb-sd_dump_hashmaps.py +++ b/tools/gdb-sd_dump_hashmaps.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