summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2013-08-13 20:13:39 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2013-08-13 20:36:30 +0800
commit28395d9ce5951234c7e690cd4dbe7b2fce084297 (patch)
treee803411b4573a2bbff085dff39cbef2be162905d
parentbec54ac5fb6a190c98079537f63d2f0e17584d21 (diff)
downloadoslo-28395d9ce5951234c7e690cd4dbe7b2fce084297.tar.gz
oslo-28395d9ce5951234c7e690cd4dbe7b2fce084297.tar.xz
oslo-28395d9ce5951234c7e690cd4dbe7b2fce084297.zip
Fixes files with wrong bitmode
Some modules have bitmode 755. Changed to 644 Change-Id: I2084779186fcbd5ee2010451531355a0c67897f5
-rw-r--r--[-rwxr-xr-x]openstack/common/rootwrap/cmd.py1
-rw-r--r--[-rwxr-xr-x]openstack/common/rpc/zmq_receiver.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/openstack/common/rootwrap/cmd.py b/openstack/common/rootwrap/cmd.py
index 500f6c9..473dafb 100755..100644
--- a/openstack/common/rootwrap/cmd.py
+++ b/openstack/common/rootwrap/cmd.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright (c) 2011 OpenStack Foundation.
diff --git a/openstack/common/rpc/zmq_receiver.py b/openstack/common/rpc/zmq_receiver.py
index e74da22..000a7dd 100755..100644
--- a/openstack/common/rpc/zmq_receiver.py
+++ b/openstack/common/rpc/zmq_receiver.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2011 OpenStack Foundation