summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2016-11-28 21:10:57 +0100
committerGitHub <noreply@github.com>2016-11-28 21:10:57 +0100
commit920ec31b5ffeb8695bef68e0dc082c0fc22965d3 (patch)
tree9945676831fe3d47022ab6e8c4844768ea0ee529 /src
parentb76d99d9e66f965b79dade55ab719d54a17e709c (diff)
parentb95f5528cc7e84327966308ea8e29d5920048cda (diff)
Merge pull request #4761 from fsateler/python3
Explicitly use python3 everywhere
Diffstat (limited to 'src')
-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