diff options
author | Zuul <zuul@review.opendev.org> | 2021-06-01 12:24:52 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2021-06-01 12:24:52 +0000 |
commit | 2e7b39e44349f775da5e89ba57b05c78790b3c90 (patch) | |
tree | 726ac0c2e85a20697938ba397aa107b90bb06e7f | |
parent | 2cf531152d376d43c6589dec5667f640392cf056 (diff) | |
parent | b9468aaf4f0abdf2e134a735e4ce298f7f96cd9b (diff) | |
download | oslo-config-2e7b39e44349f775da5e89ba57b05c78790b3c90.tar.gz |
Merge "Ussuri+ is python3 only"
-rw-r--r-- | oslo_config/validator.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |