deb-murano/HACKING.rst
Ravi Shekhar Jethani 859888d62a Python3: Replace dict.iteritems with six.iteritems
This also adds a check to murano/hacking/checks.py that
should catch this error in the future.

Blueprint murano-python-3-support
Change-Id: Ib8b2b91a40577d18739f0c1bf2c37b7cf4060560
2016-01-15 03:15:23 -08:00

11 lines
284 B
ReStructuredText

Style Commandments
==================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
Murano Specific Commandments
---------------------------
- [M322] Method's default argument shouldn't be mutable.
- [M323] Python 3: do not use dict.iteritems.