summaryrefslogtreecommitdiff
path: root/glanceclient/shell.py
diff options
context:
space:
mode:
authorZhiQiang Fan <aji.zqfan@gmail.com>2016-04-29 21:27:21 +0800
committerZhiQiang Fan <aji.zqfan@gmail.com>2016-05-21 13:17:41 +0000
commit3066256ba741a537535c3a6edd2c913f8ee15a80 (patch)
treecefda43dbc9207b7375f900767f82886ae878287 /glanceclient/shell.py
parent2e6f60502e8ee4ece02c55ce116512801a7905f9 (diff)
downloadpython-glanceclient-3066256ba741a537535c3a6edd2c913f8ee15a80.tar.gz
[Trivial] Remove unnecessary executable privilege
glanceclient/shell.py defines a main entry, however this file cannot be executed directly because we do not call the main function in this file. It is actually a module which will be used by /usr/bin/glance, hence doesn't need to be executable. Change-Id: I8b45ac7b8b88265cfc27e5ba7201e4766d9dc276
Diffstat (limited to 'glanceclient/shell.py')
-rw-r--r--[-rwxr-xr-x]glanceclient/shell.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/glanceclient/shell.py b/glanceclient/shell.py
index 8f2a205..8f2a205 100755..100644
--- a/glanceclient/shell.py
+++ b/glanceclient/shell.py