merged incoming/outgoing graph datastreams to fix problem with stacked proportion...
[p2pool.git] / dev / TEST
1 while true ; do
2         find -iname '*.pyc' | xargs rm
3         trial p2pool
4         git checkout HEAD^
5 done