]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Clean up executable modules
authorZhongyue Luo <zhongyue.nah@intel.com>
Thu, 13 Dec 2012 07:29:04 +0000 (15:29 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Fri, 21 Dec 2012 20:10:56 +0000 (04:10 +0800)
Added execution string and changed file bitmode to 755 of executable modules

Change-Id: I61b887fe6e1fa6159b7d53066b58b88d2c72644c

quantum/plugins/bigswitch/tests/test_server.py [changed mode: 0644->0755]
quantum/plugins/bigswitch/version.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index d1323e6..8ae5e0b
@@ -1,4 +1,6 @@
+#!/usr/bin/env python
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
+
 # Copyright 2012, Big Switch Networks, Inc.
 # All Rights Reserved.
 #
@@ -15,6 +17,7 @@
 #    under the License.
 #
 # @author: Mandeep Dhami, Big Switch Networks, Inc.
+
 """
 Test server mocking a REST based network ctrl. Used for QuantumRestProxy tests
 """
old mode 100644 (file)
new mode 100755 (executable)
index 3ec12c8..2a441ed
@@ -1,5 +1,6 @@
+#!/usr/bin/env python
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
-#
+
 # Copyright 2012 OpenStack, LLC
 # Copyright 2012, Big Switch Networks, Inc.
 #