commit | ab012af6ed8fb9a57f4d558532f4201de6534672 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Apr 18 23:58:52 2006 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Apr 18 23:58:52 2006 +0000 |
tree | 81bf5198e162d311f2639f44d6a3da3b0398825c | |
parent | 503b73ebf75e1d3ab26279a8f5574e44b05e3c17 [diff] |
Added a pycremoval rule. Called by clean, it removes all .pyc and .pyo files. Handy to have as a separate rule from clean when mucking around with bytecode generation.