python-monascaclient/monascaclient
rajat29 7f5c3e035e Replacing six.iteritems() with .items()
We can use dict.items instead, as it will return iterators
in PY3* as well. And dict.items/keys will more readable.

Change-Id: I76683ba60193b725a668716366f020391f61ac4c
2017-04-04 16:42:31 +05:30
..
apiclient Add __ne__ built-in function 2016-11-29 09:25:45 +08:00
common Replacing six.iteritems() with .items() 2017-04-04 16:42:31 +05:30
tests Merge "Fix: CLI metric-create using project-id fails" 2017-02-28 16:46:50 +00:00
v2_0 Merge "Fix: CLI metric-create using project-id fails" 2017-02-28 16:46:50 +00:00
__init__.py Update copyright in monascaclient 2016-06-09 12:21:18 -06:00
client.py Add support for new rest api notification-type-list 2016-07-26 12:17:09 -07:00
exc.py Fix __str__ not returning a String for KeystoneException 2016-07-12 13:32:34 -06:00
ksclient.py Use correct ENV variables for scoping 2016-11-14 09:46:15 +00:00
shell.py Use correct ENV variables for scoping 2016-11-14 09:46:15 +00:00