From b9468aaf4f0abdf2e134a735e4ce298f7f96cd9b Mon Sep 17 00:00:00 2001 From: dengzhaosen Date: Wed, 5 May 2021 10:10:53 +0800 Subject: Ussuri+ is python3 only update python to python3 Change-Id: I83c8c9897678f8a0628987a071adda68062ac515 --- oslo_config/validator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_config/validator.py b/oslo_config/validator.py index 938ee65..28bd544 100644 --- a/oslo_config/validator.py +++ b/oslo_config/validator.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright 2018 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may -- cgit v1.2.1