diff options
| author | ZhiQiang Fan <aji.zqfan@gmail.com> | 2016-04-29 21:27:21 +0800 |
|---|---|---|
| committer | ZhiQiang Fan <aji.zqfan@gmail.com> | 2016-05-21 13:17:41 +0000 |
| commit | 3066256ba741a537535c3a6edd2c913f8ee15a80 (patch) | |
| tree | cefda43dbc9207b7375f900767f82886ae878287 /glanceclient/shell.py | |
| parent | 2e6f60502e8ee4ece02c55ce116512801a7905f9 (diff) | |
| download | python-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.py | 0 |
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 |
