diff --git a/setup.py b/setup.py index c0a24ea..22cfdce 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tools/list_oslo_projects.py b/tools/list_oslo_projects.py index 6e508f7..64419b1 100755 --- a/tools/list_oslo_projects.py +++ b/tools/list_oslo_projects.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