Glance stores library
Go to file
Radoslaw Smigielski 36e293b5d5 Fixing PEP8 E712 and E265
1. PEP8 E712, removed singleton comparison using '==' operator:
   E712 comparison to True should be 'if cond is True:'or 'if cond:'
   Two places.
2. Fix PEP8 E265 block comment syntax.
   E265 block comment should start with '# '
3. No more E712 so removed it from tox.ini ignored list.

Change-Id: I778aa5c4e1458cccb7a34d087b3b59eceadd45d0
2015-02-06 15:39:45 +01:00
doc/source Stop using intersphinx 2014-09-13 09:24:36 +02:00
glance_store Fixing PEP8 E712 and E265 2015-02-06 15:39:45 +01:00
tests Fixing PEP8 E712 and E265 2015-02-06 15:39:45 +01:00
tools Add a run_tests.sh 2014-09-17 16:05:17 +00:00
.gitignore Add a run_tests.sh 2014-09-17 16:05:17 +00:00
.gitreview Update .gitreview for project rename 2014-08-30 16:43:37 +00:00
.testr.conf Added testr 2014-02-10 10:55:11 +01:00
babel.cfg Setup for glance.store for translation 2014-07-17 15:44:36 +00:00
LICENSE Copying from glance 2014-01-24 18:30:46 +01:00
openstack-common.conf Use oslo.concurrency 2014-10-28 18:45:21 +02:00
README.rst Copying from glance 2014-01-24 18:30:46 +01:00
requirements.txt Merge "Validate metadata JSON file" 2015-02-03 16:38:45 +00:00
run_tests.sh Updated run_tests.sh to run tests in debug mode 2014-10-20 23:57:02 -07:00
setup.cfg Mark glance_store as being a universal wheel 2014-09-22 11:11:20 +02:00
setup.py Copying from glance 2014-01-24 18:30:46 +01:00
test-requirements.txt Fixing PEP8 E712 and E265 2015-02-06 15:39:45 +01:00
tox.ini Fixing PEP8 E712 and E265 2015-02-06 15:39:45 +01:00

Glance Store Library

Glance's stores library