From 54f55fe821fe9c1a346f97e18a2090752a5bd873 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 18 Oct 2023 00:28:36 +0900 Subject: [PATCH] Remove unnecessary shebang The current shebang requires python 2 instead of python 3. Because the shebang is not really requires this removes it instead of fixing it. Change-Id: I4c82281a67de53c6c8d788000b695a22360c3dd6 --- keystone/cmd/manage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/keystone/cmd/manage.py b/keystone/cmd/manage.py index f8c9f3bfea..89498c84cf 100644 --- a/keystone/cmd/manage.py +++ b/keystone/cmd/manage.py @@ -1,5 +1,4 @@ -#!/usr/bin/env python - +# # Copyright 2013 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may