From 01e5c8ecc5cccc3642405930423e16ffb3f48479 Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Sun, 21 Jul 2013 09:55:08 +0900 Subject: 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 --- openstack/common/config/generator.py | 3 --- 1 file changed, 3 deletions(-) mode change 100755 => 100644 openstack/common/config/generator.py (limited to 'openstack/common') diff --git a/openstack/common/config/generator.py b/openstack/common/config/generator.py old mode 100755 new mode 100644 index 404a09a..3d2809b --- 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).""" -- cgit