setup: clean up fake pycryptopp distribution after test-with-fake-dists.py created it

This commit is contained in:
Zooko O'Whielacronx 2010-11-17 01:32:49 -08:00
parent 8fef758511
commit 0730d693e8

View File

@ -0,0 +1,6 @@
import glob, os, shutil
if os.path.exists('support'):
shutil.rmtree('support')
[shutil.rmtree(p) for p in glob.glob('pycryptopp*.egg')]