From 9436d30a7db6e82104073e5e77101d6330fe6a45 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Thu, 18 Jun 2015 07:14:21 +1200 Subject: [PATCH] Remove the shebang from generated setup.py's. We don't expect users to run setup.py directly, and the world didn't end when the x bit was removed accidentally, so this just completes the statement. Change-Id: Ib3934e55949ed6bc72408ddf020b4300a1fccc80 --- openstack_requirements/update.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openstack_requirements/update.py b/openstack_requirements/update.py index e8da15914e..0078dbb7f2 100644 --- a/openstack_requirements/update.py +++ b/openstack_requirements/update.py @@ -39,8 +39,7 @@ from parsley import makeGrammar import pkg_resources from six.moves import configparser -_setup_py_text = """#!/usr/bin/env python -# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. +_setup_py_text = """# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.