From ca8ed5eee602831297dcd6b2561f82b11711f470 Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Thu, 13 Dec 2012 15:29:04 +0800 Subject: [PATCH] Clean up executable modules Added execution string and changed file bitmode to 755 of executable modules Change-Id: I61b887fe6e1fa6159b7d53066b58b88d2c72644c --- quantum/plugins/bigswitch/tests/test_server.py | 3 +++ quantum/plugins/bigswitch/version.py | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 quantum/plugins/bigswitch/tests/test_server.py mode change 100644 => 100755 quantum/plugins/bigswitch/version.py 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. # -- 2.45.2