Changes between Version 101 and Version 102 of DeveloperGuidelines
- Timestamp:
- 06/25/10 12:12:46 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v101 v102 77 77 * Please ensure PEP8 compliance for all code you propose for a merge into the Trunk. 78 78 * Use static/scripts/tools/pep8.py to check for pep8 compliance. 79 79 Execute the following in your eden directory 80 80 {{{ 81 81 python static/scripts/tools/pep8.py yourfile.py