summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengzhaosen <dengzhaosen@inspur.com>2021-05-06 09:44:03 +0800
committerdengzhaosen <dengzhaosen@inspur.com>2021-05-06 09:44:03 +0800
commit4eb58a81cbecfed3ed7c8c28ff50c1e7eb877d51 (patch)
treeeed9684ccae08a6a78c3bc46f1cd0b41e43f0bfd
parenta42841c25b47ea17a3c1fa49aaf9bbaed67f4210 (diff)
downloadoslo-policy-4eb58a81cbecfed3ed7c8c28ff50c1e7eb877d51.tar.gz
Ussuri+ is python3 only and update python to python3
Change-Id: I8162d5c413de6a73614443fdcd30ee472cb81035
-rw-r--r--oslo_policy/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_policy/shell.py b/oslo_policy/shell.py
index da1bf1e..43e212f 100644
--- a/oslo_policy/shell.py
+++ b/oslo_policy/shell.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.