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
This commit is contained in:
Robert Collins 2015-06-18 07:14:21 +12:00
parent 7fb4566746
commit 9436d30a7d

View File

@ -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.