#!/usr/bin/env sh # # Simple hack script to restore __revision__ and __COPYRIGHT_ lines # to what gets checked in to source. This comes in handy when people # send in diffs based on the released source. # for i in `find src test -name '*.py'`; do ed $i <