summaryrefslogtreecommitdiffstats
path: root/src/journal-remote/log-generator.py
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@gmail.com>2016-08-22 01:25:37 +0200
committerFelipe Sateler <fsateler@gmail.com>2016-11-28 19:00:20 +0100
commitb95f5528cc7e84327966308ea8e29d5920048cda (patch)
tree8a6a2922918a7a31c7822e11578c7b37647a3b00 /src/journal-remote/log-generator.py
parentbuild-sys: explicitly require python3 (diff)
downloadsystemd-b95f5528cc7e84327966308ea8e29d5920048cda.tar.xz
systemd-b95f5528cc7e84327966308ea8e29d5920048cda.zip
Use python3 explicitly in all python scripts
Diffstat (limited to 'src/journal-remote/log-generator.py')
-rwxr-xr-xsrc/journal-remote/log-generator.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/journal-remote/log-generator.py b/src/journal-remote/log-generator.py
index fd6964e758..24874e960c 100755
--- a/src/journal-remote/log-generator.py
+++ b/src/journal-remote/log-generator.py
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-from __future__ import print_function
+#!/usr/bin/python3
import sys
import argparse