summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-05-26 19:05:53 +0000
committerGerrit Code Review <review@openstack.org>2021-05-26 19:05:53 +0000
commit72f5eb88e4bc6ca9cbf2a05a7328b0a03dab90d5 (patch)
treef8394e518518a381f4f45ea9c6f80d318ca771d0
parentdc9fe87b7394cf4588f57e2b8d85b711fab3f00a (diff)
parent526192ddbaec1e86bc17daaa9719c9846549e31c (diff)
downloadoslo-log-72f5eb88e4bc6ca9cbf2a05a7328b0a03dab90d5.tar.gz
Merge "Ussuri+ is python3 only"
-rw-r--r--oslo_log/cmds/convert_json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_log/cmds/convert_json.py b/oslo_log/cmds/convert_json.py
index 32b6317..8448e0c 100644
--- a/oslo_log/cmds/convert_json.py
+++ b/oslo_log/cmds/convert_json.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at