[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
This commit is contained in:
ZhiQiang Fan 2016-04-29 21:27:21 +08:00
parent 2e6f60502e
commit 3066256ba7

0
glanceclient/shell.py Executable file → Normal file