Use python3 explicitly in all python scripts
authorFelipe Sateler <fsateler@gmail.com>
Sun, 21 Aug 2016 23:25:37 +0000 (20:25 -0300)
committerFelipe Sateler <fsateler@gmail.com>
Mon, 28 Nov 2016 18:00:20 +0000 (15:00 -0300)
src/journal-remote/log-generator.py
test/rule-syntax-check.py [changed mode: 0644->0755]
test/sysv-generator-test.py
tools/gdb-sd_dump_hashmaps.py
tools/make-directive-index.py
tools/make-man-index.py
tools/make-man-rules.py
tools/xml_helper.py

index fd6964e..24874e9 100755 (executable)
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-from __future__ import print_function
+#!/usr/bin/python3
 import sys
 import argparse
 
old mode 100644 (file)
new mode 100755 (executable)
index e43a3da..e4185cb
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
 # Simple udev rules syntax checker
 #
 # (C) 2010 Canonical Ltd.
index 838dd57..5017548 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # systemd-sysv-generator integration test
 #
index 9ee81fb..d20016e 100644 (file)
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
 #  -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
 #
 #  This file is part of systemd.
index 256ff3d..8ce09ca 100755 (executable)
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
 #  -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
 #
 #  This file is part of systemd.
index 74a47b8..50ad953 100755 (executable)
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
 #  -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
 #
 #  This file is part of systemd.
index 5e61917..18aa513 100644 (file)
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
 #  -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
 #
 #  This file is part of systemd.
index e87126f..b2c0369 100644 (file)
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
 #  -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
 #
 #  This file is part of systemd.