Clean up executable modules

Added execution string and changed file bitmode to 755 of executable modules

Change-Id: I61b887fe6e1fa6159b7d53066b58b88d2c72644c
This commit is contained in:
Zhongyue Luo 2012-12-13 15:29:04 +08:00
parent 7e180b1c77
commit ca8ed5eee6
2 changed files with 5 additions and 1 deletions

3
quantum/plugins/bigswitch/tests/test_server.py Normal file → Executable file
View File

@ -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
"""

3
quantum/plugins/bigswitch/version.py Normal file → Executable file
View File

@ -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.
#