summaryrefslogtreecommitdiffstats
path: root/nova/hacking
Commit message (Collapse)AuthorAgeFilesLines
* Improve Python 3.x compatibilityDirk Mueller2013-06-011-0/+24
| | | | | | | | | Mechanical translation of the deprecated except x,y: construct with except x as y: The latter works with any Python >= 2.6. Add Hacking check. Change-Id: I845829d97d379c1cd9b3a77e7e5786586f263b64
* Switch to flake8+hacking.Monty Taylor2013-05-172-0/+31
Remove a bunch of local custom scripts. Replace with configurable external tools. Use local hacking checks for nova specifics. Change-Id: I75a01375ba0ec36d2ff05abc47abe0a3f225eda5