monasca-notification/monasca_notification/types
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
..
__init__.py Refactored notification engine types 2015-01-21 10:07:00 -07:00
notifiers.py Replacing six.iteritems() with .items() 2017-04-04 16:24:44 +05:30