summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengzhaosen <dengzhaosen@inspur.com>2021-05-06 09:25:35 +0800
committerdengzhaosen <dengzhaosen@inspur.com>2021-05-06 09:25:46 +0800
commit526192ddbaec1e86bc17daaa9719c9846549e31c (patch)
tree80c824acd85f39bd9c2a475afd945e75bb11a250
parent349d9dd9ee7253c48c1924724c55e65591c8dbd0 (diff)
downloadoslo-log-526192ddbaec1e86bc17daaa9719c9846549e31c.tar.gz
Ussuri+ is python3 only
update python to python3 Change-Id: I08e9b66e03c59af7f6600633aaa87d55fcd46a56
-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