Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-23 | use only util methods for reading/loading/appending/peeking | Scott Moser | |
Use only util methods for reading/loading/appending/peeking at files since it is likely soon that we will add a new way of adjusting the root of files read, also it is useful for debugging to track what is being read/written in a central fashion. | |||
2012-07-01 | Add a nova/openstack based extension to pep8 via hacking.py | harlowja | |
2012-06-23 | 1. Separate the pep8 check from the pylint check | harlowja | |
a. This allows them to be run as different tools (if desired) 2. Adjust the makefile to have a 'make pep8' section which can run this new script |