monasca-notification/monasca_notification
rajat29 92bfb5a0de Replacing six.iteritems() with .items()
We should avoid using six.iteritems to achieve
iterators. We can use dict.items instead, as it will return iterators
in PY3* as well. And dict.items/keys will be more readable.

Change-Id: Ic532dc08e7712721e8be5eda83fc8fa2beb415e2
2017-04-04 16:24:44 +05:30
..
common Add config option for statsd 2016-12-02 07:10:52 +01:00
plugins Enhance hipchat plugin to color-code messages by alarm severity 2017-01-25 10:08:55 -07:00
processors Add config option for statsd 2016-12-02 07:10:52 +01:00
types Replacing six.iteritems() with .items() 2017-04-04 16:24:44 +05:30
__init__.py Rename to monasca, setup for tox, removed legacy bits 2014-07-16 15:59:00 -06:00
main.py Turn on bandit check as part of pep8 2017-02-07 12:13:12 -07:00
notification.py Add __ne__ built-in function 2016-10-17 08:56:55 +08:00
notification_engine.py Add config option for statsd 2016-12-02 07:10:52 +01:00
notification_exceptions.py Update copyright in monasca-nofitication 2016-06-09 14:36:42 -06:00
periodic_engine.py Add config option for statsd 2016-12-02 07:10:52 +01:00
retry_engine.py Add config option for statsd 2016-12-02 07:10:52 +01:00