From: Zhongyue Luo Date: Thu, 13 Dec 2012 07:29:04 +0000 (+0800) Subject: Clean up executable modules X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ca8ed5eee602831297dcd6b2561f82b11711f470;p=openstack-build%2Fneutron-build.git Clean up executable modules Added execution string and changed file bitmode to 755 of executable modules Change-Id: I61b887fe6e1fa6159b7d53066b58b88d2c72644c --- diff --git a/quantum/plugins/bigswitch/tests/test_server.py b/quantum/plugins/bigswitch/tests/test_server.py old mode 100644 new mode 100755 index d1323e680..8ae5e0b28 --- a/quantum/plugins/bigswitch/tests/test_server.py +++ b/quantum/plugins/bigswitch/tests/test_server.py @@ -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 """ diff --git a/quantum/plugins/bigswitch/version.py b/quantum/plugins/bigswitch/version.py old mode 100644 new mode 100755 index 3ec12c809..2a441ed1f --- a/quantum/plugins/bigswitch/version.py +++ b/quantum/plugins/bigswitch/version.py @@ -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. #