diff --git a/manage.py b/manage.py index a8e55fd8..ed9f4779 100755 --- a/manage.py +++ b/manage.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 diff --git a/manila_ui/dashboards/project/__init__.py b/manila_ui/dashboards/project/__init__.py index 4d50a67c..fadc2743 100644 --- a/manila_ui/dashboards/project/__init__.py +++ b/manila_ui/dashboards/project/__init__.py @@ -1,5 +1,4 @@ -#!/usr/bin/env python - +# # 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 diff --git a/manila_ui/dashboards/project/config.py b/manila_ui/dashboards/project/config.py index 39920934..605993bb 100644 --- a/manila_ui/dashboards/project/config.py +++ b/manila_ui/dashboards/project/config.py @@ -1,5 +1,4 @@ -#!/usr/bin/env python - +# # 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