tahoe-lafs/misc/build_helpers/clean-up-after-fake-dists.py

7 lines
142 B
Python

import glob, os, shutil
if os.path.exists('support'):
shutil.rmtree('support')
[shutil.rmtree(p) for p in glob.glob('pycryptopp*.egg')]