859888d62a
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
284 B
284 B
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.