e633fd004a
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: I50a8b2f98ddbc2819ae180b68468e0a51c13281b
376 B
376 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.
- [M324] Python 3: do not use dict.iterkeys.
- [M325] Python 3: do not use dict.itervalues.