glance/glance/image_cache
Stuart McLaren 19b82a022c Standardize on newer except syntax
We currently have a mix of 'except X, y:' and 'except X as y:' syntax.
Standardize on the newer 'except as' form.

This patch was generated automatically using:

find * -type f -name 'glance-*' ! -name '*\.conf' ! -name '*\.ini' -o \
 -name '*\.py' | xargs 2to3 -f except | patch -p0

Addresses bug 1160331.

Change-Id: Ica8d1303973af64d0406457267ee75f608e869d0
2013-03-26 12:14:55 +00:00
..
drivers Standardize on newer except syntax 2013-03-26 12:14:55 +00:00
__init__.py Standardize on newer except syntax 2013-03-26 12:14:55 +00:00
base.py Don't use PasteDeploy for scrubber and cache daemons 2012-06-16 17:36:55 +01:00
cleaner.py Remove the conf passing PasteDeploy factories 2012-06-08 17:36:26 +01:00
client.py Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
prefetcher.py Refactor where store drivers are initialized 2012-11-19 16:08:15 -08:00
pruner.py Standardize logger instantiation 2012-06-25 08:27:08 -07:00