diff options
| author | Zhongyue Luo <zhongyue.nah@intel.com> | 2013-07-21 09:55:08 +0900 |
|---|---|---|
| committer | Zhongyue Luo <zhongyue.nah@intel.com> | 2013-07-21 09:55:08 +0900 |
| commit | 01e5c8ecc5cccc3642405930423e16ffb3f48479 (patch) | |
| tree | 927e01d406e0b8ed914b04660a18bd1e7321e551 /openstack | |
| parent | 6dd15766c82079db345a45cc20a9410c968cd599 (diff) | |
| download | oslo-01e5c8ecc5cccc3642405930423e16ffb3f48479.tar.gz oslo-01e5c8ecc5cccc3642405930423e16ffb3f48479.tar.xz oslo-01e5c8ecc5cccc3642405930423e16ffb3f48479.zip | |
Change file bit of sample config file generator
The module will never execute by itself.
Deleted the shebang line and redundant author line.
Change-Id: I54c6257e9bbd70bc121016f3778836104ad16140
Diffstat (limited to 'openstack')
| -rw-r--r--[-rwxr-xr-x] | openstack/common/config/generator.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openstack/common/config/generator.py b/openstack/common/config/generator.py index 404a09a..3d2809b 100755..100644 --- a/openstack/common/config/generator.py +++ b/openstack/common/config/generator.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2012 SINA Corporation @@ -16,8 +15,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Zhongyue Luo, SINA Corporation. -# """Extracts OpenStack config option info from module(s).""" |
