From 526192ddbaec1e86bc17daaa9719c9846549e31c Mon Sep 17 00:00:00 2001 From: dengzhaosen Date: Thu, 6 May 2021 09:25:35 +0800 Subject: [PATCH] Ussuri+ is python3 only update python to python3 Change-Id: I08e9b66e03c59af7f6600633aaa87d55fcd46a56 --- oslo_log/cmds/convert_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_log/cmds/convert_json.py b/oslo_log/cmds/convert_json.py index 32b6317f..8448e0c9 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