mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
setup: clean up fake pycryptopp distribution after test-with-fake-dists.py created it
This commit is contained in:
parent
8fef758511
commit
0730d693e8
6
misc/build_helpers/clean-up-after-fake-dists.py
Normal file
6
misc/build_helpers/clean-up-after-fake-dists.py
Normal 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')]
|
Loading…
x
Reference in New Issue
Block a user