panko/ceilometer/storage
Victor Stinner de9c4891e7 Python 3: generalize the usage of the six module
* Replace itertools.ifilter() with six.moves.filter()
* Replace itertools.imap() with six.moves.map()
* Replace map(_compare, statistics)
  with [_compare(statistic) for statistic in statistics]
* Replace obj.iterkeys() with six.iterkeys(obj)
* Replace obj.iteritems() with six.iteritems(obj)
* Replace xrange() with six.moves.xrange(), or with range() for small
  ranges
* Replace the repr module with six.moves.reprlib

Change-Id: Iaaa328cc15355182bde444a1aeaa4385691c8f90
2015-05-15 22:41:52 +02:00
..
hbase Use oslo_utils instead of deprecated oslo.utils 2015-01-10 21:04:23 +08:00
mongo Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
sqlalchemy Trait_* models have incorrect type for key 2015-04-29 09:37:42 -07:00
__init__.py cleanup problem events logic in event db storage 2015-05-07 14:50:52 +00:00
base.py Remove 'samples:groupby' from the Capabilities list 2015-04-03 13:50:13 +02:00
impl_db2.py Fix db2 upgrade in multi-thread run issue 2015-03-14 14:45:59 +08:00
impl_hbase.py use message id to generate hbase unique key 2015-04-17 17:11:26 +08:00
impl_log.py support time to live on event database for MongoDB 2015-02-05 11:20:51 +08:00
impl_mongodb.py ensure collections created on upgrade 2015-03-23 10:43:51 -04:00
impl_sqlalchemy.py Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
models.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
pymongo_base.py [MongoDB] Fix bug with 'bad' chars in metadatas keys 2014-12-01 15:51:25 +02:00